Click or drag to resize

Matrix4 Operators

The Matrix4 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Add operator between two matrices.
Public operatorStatic memberDivision
Divide operator between a matrix and a scalar.
Public operatorStatic memberModulus(Matrix4, Vector3)
Homogeneous multiply operator between a matrix and a Vector3.
Public operatorStatic memberModulus(Matrix4, Vector4)
Homogeneous multiply operator between a matrix and a Vector4.
Public operatorStatic memberMultiply(Single, Matrix4)
Multiply operator between a scalar and a matrix.
Public operatorStatic memberMultiply(Matrix4, Matrix4)
Multiply operator between two matrices.
Public operatorStatic memberMultiply(Matrix4, Vector3)
Multiply operator between a matrix and a Vector3.
Public operatorStatic memberMultiply(Matrix4, Vector4)
Multiply operator between a matrix and a Vector4.
Public operatorStatic memberMultiply(Matrix4, Single)
Multiply operator between a matrix and a scalar.
Public operatorStatic memberOnesComplement
Transpose operator
Public operatorStatic memberSubtraction
Subtract operator between two matrices.
Top
See Also