Function simdnoise::sse41::get_2d_scaled_noise[][src]

pub unsafe fn get_2d_scaled_noise(
    start_x: f32,
    width: usize,
    start_y: f32,
    height: usize,
    noise_type: NoiseType,
    scale_min: f32,
    scale_max: f32
) -> Vec<f32>
This is supported with target feature sse4.1 only.

Gets a width X height sized block of scaled 2d noise start_x and start_y can be used to provide an offset in the coordinates. scaled_min and scaled_max specify the range you want the noise scaled to.