Click or drag to resize

Matrix2F Operators and Type Conversions

The Matrix2F type exposes the following members.

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