21 public override void Operate(ref
double x, ref
double y)
27 r1 = this.gen.NextDouble();
32 double s = Math.Sin(r1);
33 double c = Math.Cos(r1);
34 double t = Math.Log10(s * s) + c;
36 y = x * (t - Math.PI * s);
40 private readonly Random gen =
new Random();
Class managing a script expression.
TwintrianVariation(int Start, int Length, Expression Expression)
TODO
override void Operate(ref double x, ref double y)
TODO
override string FunctionName
TODO
double variationWeight
TODO
int Length
Length of expression covered by node.
int Start
Start position in script expression.