| オーバーロード | 解説 |
|---|---|
Multiply(Matrix,Matrix) | Multiplies the current matrix by another matrix passed as parameter, returns the resulting matrix in the output parameter. |
Multiply(Matrix) | Multiplies the current matrix by another matrix passed as parameter. |
| オーバーロード | 解説 |
|---|---|
Multiply(Matrix,Matrix) | Multiplies the current matrix by another matrix passed as parameter, returns the resulting matrix in the output parameter. |
Multiply(Matrix) | Multiplies the current matrix by another matrix passed as parameter. |