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