Overload | Description |
---|---|
Multiply(Matrix3x2,Matrix3x2,Matrix3x2) | Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter. |
Multiply(Matrix3x2,Matrix3x2) | Multiplies the left matrix by the right matrix. |
Overload | Description |
---|---|
Multiply(Matrix3x2,Matrix3x2,Matrix3x2) | Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter. |
Multiply(Matrix3x2,Matrix3x2) | Multiplies the left matrix by the right matrix. |