21 public override void Operate(ref
double x, ref
double y)
23 double r = Math.Sqrt(x * x + y * y);
24 double a = Math.Atan2(x, y);
25 double p0 = Math.Sin(a + r);
26 double p1 = Math.Cos(a - r);
Class managing a script expression.
override void Operate(ref double x, ref double y)
TODO
XVariation(int Start, int Length, Expression Expression)
TODO
override string FunctionName
TODO
int Length
Length of expression covered by node.
int Start
Start position in script expression.