|
|
Matrix4x4 Operators |
The Matrix4x4 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Adds corresponding components of two matrices.
| |
| Equality |
Tests whether two specified matrices are equal.
| |
| Inequality |
Tests whether two specified matrices are not equal.
| |
| Multiply(Matrix4x4, Matrix4x4) |
Multiplies two specified matrices.
| |
| Multiply(Matrix4x4, Vector4) |
Multiplies specified matrix by the specified vector.
| |
| Subtraction |
Subtracts corresponding components of two matrices.
|