Matrix3 Operators |
The Matrix3 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(Matrix3, Matrix3) |
Product of two matrices.
| |
| Multiply(Matrix3, Vector3) |
Product of a matrix with a vector.
| |
| Multiply(Matrix3, Double) |
Product of a matrix with a scalar.
| |
| Subtraction |
Matrix subtraction.
|