Click or drag to resize
Accord.NET (logo)

Matrix4x4 Operators

The Matrix4x4 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds corresponding components of two matrices.
Public operatorStatic memberEquality
Tests whether two specified matrices are equal.
Public operatorStatic memberInequality
Tests whether two specified matrices are not equal.
Public operatorStatic memberMultiply(Matrix4x4, Matrix4x4)
Multiplies two specified matrices.
Public operatorStatic memberMultiply(Matrix4x4, Vector4)
Multiplies specified matrix by the specified vector.
Public operatorStatic memberSubtraction
Subtracts corresponding components of two matrices.
Top
See Also