Method MultiplyMatrices
MultiplyMatrices(Matrix4, Matrix4)
Multiply two matrices, returns left*right
Declaration
public Matrix4 MultiplyMatrices(Matrix4 left, Matrix4 right)
Parameters
Type | Name | Description |
---|---|---|
Matrix4 | left | Left side matrix |
Matrix4 | right | Right side matrix |
Returns
Type | Description |
---|---|
Matrix4 |