Type Definition na::RowVector3

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

A stack-allocated, 3-dimensional row vector.