Matrix4 Operators |
The Matrix4 type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Add operator between two matrices.
| |
Division |
Divide operator between a matrix and a scalar.
| |
Modulus(Matrix4, Vector3) |
Homogeneous multiply operator between a matrix and a Vector3.
| |
Modulus(Matrix4, Vector4) |
Homogeneous multiply operator between a matrix and a Vector4.
| |
Multiply(Single, Matrix4) |
Multiply operator between a scalar and a matrix.
| |
Multiply(Matrix4, Matrix4) |
Multiply operator between two matrices.
| |
Multiply(Matrix4, Vector3) |
Multiply operator between a matrix and a Vector3.
| |
Multiply(Matrix4, Vector4) |
Multiply operator between a matrix and a Vector4.
| |
Multiply(Matrix4, Single) |
Multiply operator between a matrix and a scalar.
| |
OnesComplement |
Transpose operator
| |
Subtraction |
Subtract operator between two matrices.
|