Matrix Operators |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Matrix addition.
| |
Equality |
Check if the components of two matrices are equal.
| |
Inequality |
Check if the components of two matrices are different.
| |
Multiply(Matrix, Matrix) |
Product of two matrices.
| |
Multiply(Matrix, Vector3) |
Product of a matrix with a vector.
| |
Multiply(Matrix, Double) |
Product of a matrix with a scalar.
| |
Subtraction |
Matrix subtraction.
|