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