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

type RowVector3<T> = Matrix<T, U1, U3, ArrayStorage<T, 1, 3>>;

A stack-allocated, 3-dimensional row vector.