Matrix4 Operators |
The Matrix4 type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two matricies.
| |
Equality |
Determines whether two given matricies are equal.
| |
Inequality |
Determines whether two given matricies are unequal.
| |
Multiply(Double, Matrix4) |
Multiplies a matrix by a given value.
| |
Multiply(Matrix4, Matrix4) |
Multiplies two matrices.
| |
Multiply(Matrix4, Ray) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Matrix4, Vector3) |
Multiplies a matrix by a given Vector3 structure.
| |
Multiply(Matrix4, Vector4) |
Multiplies a matrix by a given Vector4 structure.
| |
Multiply(Matrix4, Double) |
Multiplies a matrix by a given value.
| |
Multiply(Ray, Matrix4) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Vector3, Matrix4) |
Multiplies a matrix by a given Vector3 structure.
| |
Multiply(Vector4, Matrix4) |
Multiplies a matrix by a given Vector4 structure.
| |
Subtraction |
Subtracts two matricies.
| |
UnaryNegation |
Negates a matrix.
|