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

type RowVector3<N> = Matrix<N, U1, U3, Owned<N, U1, U3>>;

A stack-allocated, 3-dimensional row vector.