![]() |
Matrix3x3 Operators |
The Matrix3x3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Matrix3x3, Matrix3x3) |
Adds corresponding components of two matrices.
|
![]() ![]() | Addition(Matrix3x3, Single) |
Adds specified value to all components of the specified matrix.
|
![]() ![]() | Equality |
Tests whether two specified matrices are equal.
|
![]() ![]() | Inequality |
Tests whether two specified matrices are not equal.
|
![]() ![]() | Multiply(Matrix3x3, Matrix3x3) |
Multiplies two specified matrices.
|
![]() ![]() | Multiply(Matrix3x3, Vector3) |
Multiplies specified matrix by the specified vector.
|
![]() ![]() | Multiply(Matrix3x3, Single) |
Multiplies matrix by the specified factor.
|
![]() ![]() | Subtraction |
Subtracts corresponding components of two matrices.
|