Type Definition Vectors
tool
type Vectors<T> = MatrixXx3<T>;
Type alias for MatrixXx3. The matrix has X row and 3 columns.
MatrixXx3