Type Definition RowVector3
nalgebra::base
type RowVector3<N> = RowVectorN<N, U3>;
A stack-allocated, 3-dimensional row vector.