Click or drag to resize
Accord.NET (logo)

Matrix3x3 Operators

The Matrix3x3 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Matrix3x3, Matrix3x3)
Adds corresponding components of two matrices.
Public operatorStatic memberAddition(Matrix3x3, Single)
Adds specified value to all components of the specified matrix.
Public operatorStatic memberEquality
Tests whether two specified matrices are equal.
Public operatorStatic memberInequality
Tests whether two specified matrices are not equal.
Public operatorStatic memberMultiply(Matrix3x3, Matrix3x3)
Multiplies two specified matrices.
Public operatorStatic memberMultiply(Matrix3x3, Vector3)
Multiplies specified matrix by the specified vector.
Public operatorStatic memberMultiply(Matrix3x3, Single)
Multiplies matrix by the specified factor.
Public operatorStatic memberSubtraction
Subtracts corresponding components of two matrices.
Top
See Also