Function noise::open_simplex2 [] [src]

pub fn open_simplex2<T: Float>(
    perm_table: &PermutationTable,
    point: &Point2<T>
) -> T

2-dimensional OpenSimplex Noise

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