Matrix |
The Matrix2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Matrix2, Matrix2) | Adds two matricies. | |
| Equality(Matrix2, Matrix2) | Determines whether two given matricies are equal. | |
| Inequality(Matrix2, Matrix2) | Determines whether two given matricies are unequal. | |
| Multiply(Double, Matrix2) | Multiplies a matrix by a given value. | |
| Multiply(Matrix2, Matrix2) | Multiplies two matrices. | |
| Multiply(Matrix2, Vector2) | Multiplies a matrix by a given Vector2 structure. | |
| Multiply(Matrix2, Double) | Multiplies a matrix by a given value. | |
| Multiply(Vector2, Matrix2) | Multiplies a matrix by a given Vector2 structure. | |
| Subtraction(Matrix2, Matrix2) | Subtracts two matricies. | |
| UnaryNegation(Matrix2) | Negates a matrix. |