Skip to main content

simplex_2d_algo

Function simplex_2d_algo 

Source
pub fn simplex_2d_algo(perm: &PermTable, x: f64, y: f64) -> f64
Expand description

Evaluate 2D simplex noise at a given point.