Function noise::open_simplex2 [] [src]

pub fn open_simplex2<T: Float>(seed: &Seed, point: &Point2<T>) -> T

2-dimensional OpenSimplex Noise

This is a slower but higher quality form of gradient noise than noise::perlin2.