Click or drag to resize

Matrix3F Operators and Type Conversions

The Matrix3F type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Matrix3F, Matrix3F) Adds two matricies.
Public operatorStatic memberEquality(Matrix3F, Matrix3F) Determines whether two given matricies are equal.
Public operatorStatic member(Matrix3F to Matrix3) Implicit conversion from Matrix3F type to Matrix3 type for given value.
Public operatorStatic memberInequality(Matrix3F, Matrix3F) Determines whether two given matricies are unequal.
Public operatorStatic memberMultiply(Matrix3F, Matrix3F) Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix3F, Vector3F) Multiplies a matrix by a given Vector3F structure.
Public operatorStatic memberMultiply(Matrix3F, Single) Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Single, Matrix3F) Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Vector3F, Matrix3F) Multiplies a matrix by a given Vector3F structure.
Public operatorStatic memberSubtraction(Matrix3F, Matrix3F) Subtracts two matricies.
Public operatorStatic memberUnaryNegation(Matrix3F) Negates a matrix.
Top
See Also