Type Definition na::Vector3

source · []
pub type Vector3<T> = Matrix<T, Const<{_: usize}>, Const<1_usize>, ArrayStorage<T, 3_usize, 1_usize>>;
Expand description

A stack-allocated, 3-dimensional column vector.

Trait Implementations