Trait rapier2d::utils::WReal

source ·
pub trait WReal: SimdRealField<Element = Real> + Copy { }
Expand description

The trait for real numbers used by Rapier.

This includes f32, f64 and their related SIMD types.

Implementors§