Click or drag to resize

Matrix3x2 Operators

The Matrix3x2 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds each matrix element in value1 with its corresponding element in value2.
Public operatorStatic memberEquality
Returns a boolean indicating whether the given matrices are equal.
Public operatorStatic memberInequality
Returns a boolean indicating whether the given matrices are not equal.
Public operatorStatic memberMultiply(Matrix3x2, Matrix3x2)
Multiplies two matrices together and returns the resulting matrix.
Public operatorStatic memberMultiply(Matrix3x2, Double)
Scales all elements in a matrix by the given scalar factor.
Public operatorStatic memberSubtraction
Subtracts each matrix element in value2 from its corresponding element in value1.
Public operatorStatic memberUnaryNegation
Negates the given matrix by multiplying all values by -1.
Top
See Also