Function noise::core::simplex::simplex_4d

source ·
pub fn simplex_4d<NH>(point: Vector4<f64>, hasher: &NH) -> (f64, [f64; 4])
where NH: NoiseHasher + ?Sized,