Type Definition nalgebra::base::RowVector4[][src]

pub type RowVector4<N> = Matrix<N, U1, U4, Owned<N, U1, U4>>;
Expand description

A stack-allocated, 4-dimensional row vector.