OpenSimplexNoise.getNoise1d

Returns the 1D noise value $(D -1,1) at the given x-coordinate. Note: This method actually returns the 2D noise value $(D -1,1) with fixed y-coordinate value 0.0.

struct OpenSimplexNoise
@nogc nothrow const
double
getNoise1d
(
in double x
)

Meta