Function simdnoise::sse41::simplex_3d[][src]

pub unsafe fn simplex_3d(x: __m128, y: __m128, z: __m128) -> __m128
This is supported with target feature sse4.1 only.

Get a single value of 3d simplex noise, results are not scaled.