[][src]Function simdnoise::sse2::cellular_2d

pub unsafe fn cellular_2d(
    x: __m128,
    y: __m128,
    distance_function: CellDistanceFunction,
    return_type: CellReturnType,
    jitter: __m128,
    seed: i32
) -> __m128
This is supported with target feature sse2 only.

Get a single value of 2d cellular/voroni noise