Click or drag to resize

Matrix3 Operators

The Matrix3 type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Matrix3, Matrix3) Adds two matricies.
Public operatorStatic memberEquality(Matrix3, Matrix3) Determines whether two given matricies are equal.
Public operatorStatic memberInequality(Matrix3, Matrix3) Determines whether two given matricies are unequal.
Public operatorStatic memberMultiply(Double, Matrix3) Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Matrix3, Matrix3) Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix3, Vector3) Multiplies a matrix by a given Vector3 structure.
Public operatorStatic memberMultiply(Matrix3, Double) Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Vector3, Matrix3) Multiplies a matrix by a given Vector3 structure.
Public operatorStatic memberSubtraction(Matrix3, Matrix3) Subtracts two matricies.
Public operatorStatic memberUnaryNegation(Matrix3) Negates a matrix.
Top
See Also