Type Definition Vector4
nalgebra::base
type Vector4<N> = VectorN<N, U4>;
A stack-allocated, 4-dimensional column vector.