19 public override void Operate(ref
double x, ref
double y)
21 double r = x * x - y * y;
24 double x2 = r * x - i * y;
Class managing a script expression.
ZCubeVariation(int Start, int Length, Expression Expression)
TODO
override string FunctionName
TODO
override void Operate(ref double x, ref double y)
TODO
int Length
Length of expression covered by node.
int Start
Start position in script expression.