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

type RowVector3<N> = RowVectorN<N, U3>;

A stack-allocated, 3-dimensional row vector.