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

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

A stack-allocated, 3-dimensional row vector.