Type Definition tool::Vectors[][src]

type Vectors<T> = Matrix3xX<T>;

Type alias for [MatrixXx3]. The matrix has 3 rows and X columns.