rapier3d::math

Type Alias SimdReal

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

A SIMD float with SIMD_WIDTH lanes.

Aliased Type§

struct SimdReal(pub [f32; 4]);

Fields§

§0: [f32; 4]

Trait Implementations§

Source§

impl SimdSign<AutoSimd<[f32; 4]>> for SimdReal

Source§

fn copy_sign_to(self, to: SimdReal) -> SimdReal

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

impl SimdRealCopy for SimdReal