Function noise::core::value::value_2d

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