Type Alias jumpy::core::physics::collisions::rapier::nalgebra::base::UnitVector5
source · pub type UnitVector5<T> = Unit<Matrix<T, Const<5>, Const<1>, ArrayStorage<T, 5, 1>>>;
Expand description
A stack-allocated, 5-dimensional unit vector.
Aliased Type§
struct UnitVector5<T> { /* private fields */ }