Isotope.Noise.chunk

You're seeing just the function chunk, go back to Isotope.Noise module for more information.
Link to this function

chunk(noise, start_point, end_point)

View Source

Specs

chunk(noise_ref(), coord(), coord()) :: noisemap()

Returns a 2D noise map from start_point to end_point

iex> {:ok, noise} = Isotope.Noise.new(%Isotope.Options{seed: 100})
iex> Isotope.Noise.chunk(noise, {0, 0}, {100, 100})