Type Definition nalgebra::base::RowVector4

source ·
pub type RowVector4<N> = RowVectorN<N, U4>;
Expand description

A stack-allocated, 4-dimensional row vector.