pub type UnitVector2<T> = Unit<Matrix<T, Const<nalgebra::::base::dimension::U2::{constant#0}>, Const<1>, ArrayStorage<T, 2, 1>>>;Expand description
A stack-allocated, 2-dimensional unit vector.
Aliased Typeยง
pub struct UnitVector2<T> { /* private fields */ }