Type Definition nalgebra::base::RowVector3

source ·
pub type RowVector3<N> = RowVectorN<N, U3>;
Expand description

A stack-allocated, 3-dimensional row vector.