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

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.