Noisex.Noise.chunk
You're seeing just the function
chunk
, go back to Noisex.Noise module for more information.
Specs
Returns a 2D noise map from start_point
to end_point
iex> {:ok, noise} = Noisex.Noise.new(%Noisex.Options{seed: 100})
iex> Noisex.Noise.chunk(noise, {0, 0}, {100, 100})