Type Definition tool::Vectors[][src]

type Vectors<T> = Matrix3xX<T>;
Expand description

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