Type Definition na::RowVector4

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

A stack-allocated, 4-dimensional row vector.