Function OpenSimplexNoise.getNoise1d

Returns the 1D noise value class="pln">D -1,1 at the given x-coordinate. Note: This method actually returns the 2D noise value class="pln">D -1,1 with fixed y-coordinate value 0.0.

double getNoise1d (
  const(double) x
) nothrow @nogc;