Type Definition tool::VectorsSlice[][src]

type VectorsSlice<'a, T> = MatrixSlice3xX<'a, T>;
Expand description

Type alias for MatrixSlice3xX. The matrix does not own the data and has 3 rows and X column. See Vectors for list of owned vector data.