Matrix |
The Matrix44 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Matrix44, Matrix44) | Adds two matrixes. | |
| Division(Matrix44, Matrix44) | Divides the elements of a Matrix44 by the elements of another Matrix44. | |
| Division(Matrix44, Double) | Divides the elements of a Matrix44 by a scalar. | |
| Equality(Matrix44, Matrix44) | Compares whether two Matrix44 instances are equal without any tolerance. | |
| Inequality(Matrix44, Matrix44) | Compares whether two Matrix44 instances are not equal without any tolerance. | |
| Multiply(Matrix44, Matrix44) | Multiplies two matrixes. | |
| Multiply(Matrix44, Double) | Multiplies the elements of matrix by a scalar. | |
| Subtraction(Matrix44, Matrix44) | Subtracts the values of one Matrix44 from another Matrix44. | |
| UnaryNegation(Matrix44) | Inverts values in the specified Matrix44. |