Click or drag to resize

Matrix44 Operators

The Matrix44 type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Matrix44, Matrix44) Adds two matrixes.
Public operatorStatic memberDivision(Matrix44, Matrix44) Divides the elements of a Matrix44 by the elements of another Matrix44.
Public operatorStatic memberDivision(Matrix44, Double) Divides the elements of a Matrix44 by a scalar.
Public operatorStatic memberEquality(Matrix44, Matrix44) Compares whether two Matrix44 instances are equal without any tolerance.
Public operatorStatic memberInequality(Matrix44, Matrix44) Compares whether two Matrix44 instances are not equal without any tolerance.
Public operatorStatic memberMultiply(Matrix44, Matrix44) Multiplies two matrixes.
Public operatorStatic memberMultiply(Matrix44, Double) Multiplies the elements of matrix by a scalar.
Public operatorStatic memberSubtraction(Matrix44, Matrix44) Subtracts the values of one Matrix44 from another Matrix44.
Public operatorStatic memberUnaryNegation(Matrix44) Inverts values in the specified Matrix44.
Top
See Also