Click or drag to resize

Matrix4x4 Operators

The Matrix4x4 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two matrices together.
Public operatorStatic memberEquality
Returns a boolean indicating whether the given two matrices are equal.
Public operatorStatic memberInequality
Returns a boolean indicating whether the given two matrices are not equal.
Public operatorStatic memberMultiply(Matrix4x4, Matrix4x4)
Multiplies a matrix by another matrix.
Public operatorStatic memberMultiply(Matrix4x4, Double)
Multiplies a matrix by a scalar value.
Public operatorStatic memberSubtraction
Subtracts the second matrix from the first.
Public operatorStatic memberUnaryNegation
Returns a new matrix with the negated elements of the given matrix.
Top
See Also