Function noise::core::perlin::perlin_4d

source ·
pub fn perlin_4d<NH>(point: Vector4<f64>, hasher: &NH) -> f64
where NH: NoiseHasher + ?Sized,