Type Definition na::Vector2

source · []
pub type Vector2<T> = Matrix<T, Const<2_usize>, Const<1_usize>, ArrayStorage<T, 2_usize, 1_usize>>;
Expand description

A stack-allocated, 2-dimensional column vector.

Trait Implementations