Perlin

public class Perlin

Represents a simple Perlon noise generator This generates smooth noise which gives a normal distribution of random values. Perlin noise https://en.wikipedia.org/wiki/Perlin_noise from: https://rosettacode.org/wiki/Perlin_noise#Kotlin

Functions

noise
Link copied to clipboard
final Double noise(Double x, Double y, Double z)

Properties

INSTANCE
Link copied to clipboard
public final static Perlin INSTANCE