Click or drag to resize

Matrix3F Operators and Type Conversions

The Matrix3F type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two matricies.
Public operatorStatic memberEquality
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
Determines whether two given matricies are unequal.
Public operatorStatic memberMultiply(Single, Matrix3F)
Multiplies a matrix by a given value.
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(Vector3F, Matrix3F)
Multiplies a matrix by a given Vector3F structure.
Public operatorStatic memberSubtraction
Subtracts two matricies.
Public operatorStatic memberUnaryNegation
Negates a matrix.
Top
See Also