Type Alias rapier2d::math::Real

source ·
pub type Real = f32;
Expand description

The scalar type used throughout this crate.

Trait Implementations§

source§

impl SimdSign<f32> for Real

source§

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

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

impl SimdRealCopy for Real