Type Definition rapier3d::math::SimdReal[][src]

pub type SimdReal = AutoSimd<[f32; 4]>;
Expand description

A SIMD float with SIMD_WIDTH lanes.

Trait Implementations

Copy the sign of each component of self to the corresponding component of to.