CTor
Calculate the determinant
Returns the inverse Matrix of the current. If the current matrix has a determinant of approximately zero, the identity Matrix (.init) is returned.
Returns the 16 values of the Matrix by ref
Reset the current Matrix to the identity Matrix
Calculates a View-Matrix
Supported operations: only *
Compares two Matrices approximately
Returns a specific value by index
Supported operations: only *=
Calculate a prthographic projection
Calculate a perspective projection
Rotate the Matrix about angle (in degree!)
Rotate the Matrix about angle (in degree!) about the given center position
Scale the Matrix about factor scale
Scale the Matrix about factor scale about the given center position
Translate the Matrix
A Matrix is a structure which may describe different transformation. Note: Matrix4x4.init is the identity Matrix.