Function sampleSimplex2D

Source
pub unsafe extern "C" fn sampleSimplex2D(
    noise: *const PerlinNoise,
    x: f64,
    y: f64,
) -> f64