Type Definition nalgebra::base::Vector4 [−][src]
pub type Vector4<N> = Matrix<N, U4, U1, Owned<N, U4, U1>>;
Expand description
A stack-allocated, 4-dimensional column vector.
pub type Vector4<N> = Matrix<N, U4, U1, Owned<N, U4, U1>>;
A stack-allocated, 4-dimensional column vector.