Matrix.op_Division Method

Divides a matrix by a scalar value or the components of another matrix.

Overload List

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.

See Also

Reference

Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace