![]() |
Matrix3x2 Operators |
The Matrix3x2 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds each matrix element in value1 with its corresponding element in value2.
|
![]() ![]() | Equality |
Returns a boolean indicating whether the given matrices are equal.
|
![]() ![]() | Inequality |
Returns a boolean indicating whether the given matrices are not equal.
|
![]() ![]() | Multiply(Matrix3x2, Matrix3x2) |
Multiplies two matrices together and returns the resulting matrix.
|
![]() ![]() | Multiply(Matrix3x2, Double) |
Scales all elements in a matrix by the given scalar factor.
|
![]() ![]() | Subtraction |
Subtracts each matrix element in value2 from its corresponding element in value1.
|
![]() ![]() | UnaryNegation |
Negates the given matrix by multiplying all values by -1.
|