[][src]Function simdnoise::sse41::get_3d_scaled_noise

pub unsafe fn get_3d_scaled_noise(noise_type: &NoiseType) -> Vec<f32>
This is supported with target feature sse4.1 only.

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