Function noise::core::value::value_3d

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