pub type UnitVector<N> = Unit<Matrix<N, Const<2>, Const<1>, ArrayStorage<N, 2, 1>>>;
The unit vector type.
struct UnitVector<N> { /* private fields */ }