pub type Vector4<T> = Matrix<T, Const<4>, Const<1>, ArrayStorage<T, 4, 1>>;
Expand description

A stack-allocated, 4-dimensional column vector.