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