Click or drag to resize

Matrix4 Operators

The Matrix4 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two matricies.
Public operatorStatic memberEquality
Determines whether two given matricies are equal.
Public operatorStatic memberInequality
Determines whether two given matricies are unequal.
Public operatorStatic memberMultiply(Double, Matrix4)
Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Matrix4, Matrix4)
Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix4, Ray)
Translates the ray coordinates to the space defined by a matrix.
Public operatorStatic memberMultiply(Matrix4, Vector3)
Multiplies a matrix by a given Vector3 structure.
Public operatorStatic memberMultiply(Matrix4, Vector4)
Multiplies a matrix by a given Vector4 structure.
Public operatorStatic memberMultiply(Matrix4, Double)
Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Ray, Matrix4)
Translates the ray coordinates to the space defined by a matrix.
Public operatorStatic memberMultiply(Vector3, Matrix4)
Multiplies a matrix by a given Vector3 structure.
Public operatorStatic memberMultiply(Vector4, Matrix4)
Multiplies a matrix by a given Vector4 structure.
Public operatorStatic memberSubtraction
Subtracts two matricies.
Public operatorStatic memberUnaryNegation
Negates a matrix.
Top
See Also