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);
26 t = Math.PI * t * t + 1e-6;
28 if (Math.IEEERemainder(a +
this.homogeneousTransform[5], t) > t / 2)
Class managing a script expression.
override string FunctionName
TODO
override void Operate(ref double x, ref double y)
TODO
FanVariation(int Start, int Length, Expression Expression)
TODO
double[] homogeneousTransform
TODO
int Length
Length of expression covered by node.
int Start
Start position in script expression.