Click or drag to resize

Matrix Operators

The Matrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Matrix addition.
Public operatorStatic memberEquality
Check if the components of two matrices are equal.
Public operatorStatic memberInequality
Check if the components of two matrices are different.
Public operatorStatic memberMultiply(Matrix, Matrix)
Product of two matrices.
Public operatorStatic memberMultiply(Matrix, Vector3)
Product of a matrix with a vector.
Public operatorStatic memberMultiply(Matrix, Double)
Product of a matrix with a scalar.
Public operatorStatic memberSubtraction
Matrix subtraction.
Top
See Also