The Matrix2x2 type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition |
matrix + matrix, adds the values of two matrices component wise
| |
Division |
matrix / value, divides all matrix components with a value
| |
Multiply(Matrix2x2, Matrix2x2) |
2d matrix multiplication
| |
Multiply(Matrix2x2, Vector2D) |
matrix * 2d vector, applies a matrix transform to a 2d-vector
|