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