Type Definition tool::VectorsGeneric[][src]

type VectorsGeneric<T, S> = Matrix<T, U3, Dynamic, S>;
Expand description

Type alias for Matrix3xX. The matrix has 3 rows and X columns.