Matrix2 Operators |
The Matrix2 type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two matricies.
| |
Equality |
Determines whether two given matricies are equal.
| |
Inequality |
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 |
Subtracts two matricies.
| |
UnaryNegation |
Negates a matrix.
|