Type Definition na::base::RowVector4

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

A stack-allocated, 4-dimensional row vector.