Check if the two matrices are equal, within epsilon range.
Calculate the determinant
Returns a new matrix which is the inverse of this.
If this is not invertible then null is returned.
Converts this to a 3 by 3 matrix
Layout
| this11    this12    last_column1 |
| this21    this22    last_column2 |
| last_row1 last_row2 last_column3 |Defaults
last_column defaults to (0, 0, 1)
last_row defaults to (0, 0)
| this11    this12    0 |
| this21    this22    0 |
| 0         0         1 |Returns a new matrix that is the transponent of this
Returns the identity matrix
Generated using TypeDoc
2 by 2 column major matrix