Trait rapier3d::utils::SimdRealCopy

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

The trait for real numbers used by Rapier.

This includes f32, f64 and their related SIMD types.

Object Safety§

This trait is not object safe.

Implementors§