Type Definition nalgebra::base::Vector2

source ·
pub type Vector2<N> = VectorN<N, U2>;
Expand description

A stack-allocated, 2-dimensional column vector.