Module OgamlUtils.Noise.Perlin2D

2D Perlin noise
type t
Type of a 2D Perlin noise
val create : unit -> t
Creates a 2D Perlin noise with the current random state
val create_with_seed : Random.State.t -> t
Creates a 2D Perlin noise with a custom random state
val get : t -> OgamlMath.Vector2f.t -> float
Gets the value of a 2D noise at a given point