Exemplo n.º 1
0
 public float Evaluate(float x, float y)
 {
     return(1 - MathR.Abs(noise.Evaluate(x, y)));
 }