Math INteroperability Types
This library provides standard mathematical types used in computer graphics.
Its only purpose is to serve as a standard and interoperability language between various components of rust-gamedev ecosystem that happen to expose math-related types on their API.
There are no operations defined for the types other than for the means of conversion from/into external types.
Serde support is available through the serde
feature.
This crate offers the following types:
ColumnMatrix2
ColumnMatrix3
ColumnMatrix4
ColumnMatrix2x3
ColumnMatrix2x4
ColumnMatrix3x2
ColumnMatrix3x4
ColumnMatrix4x2
ColumnMatrix4x3