Function noise::open_simplex4 [] [src]

pub fn open_simplex4<T: Float>(
    perm_table: &PermutationTable,
    point: &Point4<T>
) -> T

4-dimensional OpenSimplex Noise

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