Matrix.op_Division Method
XNA Game Studio 3.0
Divides a matrix by a scalar value or the components of another matrix.
| Name | Description |
|---|---|
| Matrix.op_Division (Matrix, Matrix) | Divides the components of a matrix by the corresponding components of another matrix. |
| Matrix.op_Division (Matrix, Single) | Divides the components of a matrix by a scalar. |