struct

OpenSimplexNoise

Inherits Struct < Value < Object

Constructors

new(seed : Int64 = 0_i64)
Source

Instance methods

generate(x : Float64, y : Float64, z : Float64, w : Float64) : Float64

Generate 4D OpenSimplex noise from X,Y,Z,W coordinates.

Source
generate(x : Float64, y : Float64, z : Float64) : Float64

Generate 3D OpenSimplex noise from X,Y,Z coordinates.

Source
generate(x : Float64, y : Float64) : Float64

Generate 2D OpenSimplex noise from X,Y coordinates.

Source