Matrix2F Operators and Type Conversions |
The Matrix2F type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two matricies.
|
![]() ![]() | Equality |
Determines whether two given matricies are equal.
|
![]() ![]() | (Matrix2F to Matrix2) | |
![]() ![]() | Inequality |
Determines whether two given matricies are unequal.
|
![]() ![]() | Multiply(Single, Matrix2F) |
Multiplies a matrix by a given value.
|
![]() ![]() | Multiply(Matrix2F, Matrix2F) |
Multiplies two matrices.
|
![]() ![]() | Multiply(Matrix2F, Vector2F) |
Multiplies a matrix by a given Vector2F structure.
|
![]() ![]() | Multiply(Matrix2F, Single) |
Multiplies a matrix by a given value.
|
![]() ![]() | Multiply(Vector2F, Matrix2F) |
Multiplies a matrix by a given Vector2F structure.
|
![]() ![]() | Subtraction |
Subtracts two matricies.
|
![]() ![]() | UnaryNegation |
Negates a matrix.
|