OpenSimplexNoise.getNoise4d

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

struct OpenSimplexNoise
@nogc nothrow const
double
getNoise4d
(
in double x
,
in double y
,
in double z
,
in double w
)

Meta