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