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