![]() |
Matrix4x4 Operators |
The Matrix4x4 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two matrices together.
|
![]() ![]() | Equality |
Returns a boolean indicating whether the given two matrices are equal.
|
![]() ![]() | Inequality |
Returns a boolean indicating whether the given two matrices are not equal.
|
![]() ![]() | Multiply(Matrix4x4, Matrix4x4) |
Multiplies a matrix by another matrix.
|
![]() ![]() | Multiply(Matrix4x4, Double) |
Multiplies a matrix by a scalar value.
|
![]() ![]() | Subtraction |
Subtracts the second matrix from the first.
|
![]() ![]() | UnaryNegation |
Returns a new matrix with the negated elements of the given matrix.
|