Function anl::noise_gen::simplex_noise_4d [] [src]

pub fn simplex_noise_4d(
    x: f64,
    y: f64,
    z: f64,
    w: f64,
    seed: u32,
    _: InterpFunc
) -> f64