Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Multiplies a matrix by a scalar value or another matrix.
Overload List
| Name | Description |
|---|---|
| Matrix.Multiply (Matrix, Matrix) | Multiplies a matrix by another matrix. |
| Matrix.Multiply (Matrix, Matrix, Matrix) | Multiplies a matrix by another matrix. |
| Matrix.Multiply (Matrix, Single) | Multiplies a matrix by a scalar value. |
| Matrix.Multiply (Matrix, Single, Matrix) | Multiplies a matrix by a scalar value. |
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace