Click or drag to resize

Matrix2F Operators and Type Conversions

The Matrix2F 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(Matrix2F to Matrix2)
Implicit conversion from Matrix2F type to Matrix2 type for given value.
Public operatorStatic memberInequality
Determines whether two given matricies are unequal.
Public operatorStatic memberMultiply(Single, Matrix2F)
Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Matrix2F, Matrix2F)
Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix2F, Vector2F)
Multiplies a matrix by a given Vector2F structure.
Public operatorStatic memberMultiply(Matrix2F, Single)
Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Vector2F, Matrix2F)
Multiplies a matrix by a given Vector2F structure.
Public operatorStatic memberSubtraction
Subtracts two matricies.
Public operatorStatic memberUnaryNegation
Negates a matrix.
Top
See Also