Matrix |
| Name | Description | |
|---|---|---|
| Multiply(Matrix44, Matrix44) | Creates a new Matrix44 that contains a multiplication of two matrix. | |
| Multiply(Matrix44, Double) | Creates a new Matrix44 that contains a multiplication of Matrix44 and a scalar. | |
| Multiply(Matrix44, Matrix44, Matrix44) | Creates a new Matrix44 that contains a multiplication of two matrix. | |
| Multiply(Matrix44, Double, Matrix44) | Creates a new Matrix44 that contains a multiplication of Matrix44 and a scalar. |