OpenSimplexNoise.getNoise2d

Returns the 2D noise value $(D -1,1) at the given position.

struct OpenSimplexNoise
@nogc nothrow const
double
getNoise2d
(
in double x
,
in double y
)

Meta