pub fn super_simplex_3d<NH>(point: Vector3<f64>, hasher: &NH) -> f64
where NH: NoiseHasher + ?Sized,