Function noise::core::perlin::perlin_2d

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