Type Definition nalgebra::base::RowVector5

source ·
pub type RowVector5<N> = RowVectorN<N, U5>;
Expand description

A stack-allocated, 5-dimensional row vector.