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

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

A SIMD float with SIMD_WIDTH lanes.

Trait Implementations

impl WSign<AutoSimd<[f32; 4]>> for SimdReal[src]

fn copy_sign_to(self, to: SimdReal) -> SimdReal[src]

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