Type Definition tool::Vectors[][src]

type Vectors<T> = Matrix3xX<T>;

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