Type Definition despero::math::Vector3

source ·
pub type Vector3<T> = Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>;
Expand description

A stack-allocated, 3-dimensional column vector.