Type Definition kalast::M3[][src]

type M3<T> = Matrix3<T>;

Type alias for Matrix3. The matrix has a fixed number of rows (3) and a fixed number of columns (3).