[][src]Function simdnoise::avx2::get_2d_scaled_noise

pub unsafe fn get_2d_scaled_noise(noise_type: &NoiseType) -> Vec<f32>
This is supported with target feature avx2 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.