Matrix4F Operators and Type Conversions |
The Matrix4F type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two matricies.
| |
Equality |
Determines whether two given matricies are equal.
| |
(Matrix4F to Matrix4) | ||
Inequality |
Determines whether two given matricies are unequal.
| |
Multiply(Single, Matrix4F) |
Multiplies a matrix by a given value.
| |
Multiply(Matrix4F, Matrix4F) |
Multiplies two matrices.
| |
Multiply(Matrix4F, RayF) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Matrix4F, Vector3F) |
Multiplies a matrix by a given Vector3F structure.
| |
Multiply(Matrix4F, Vector4F) |
Multiplies a matrix by a given Vector4F structure.
| |
Multiply(Matrix4F, Single) |
Multiplies a matrix by a given value.
| |
Multiply(RayF, Matrix4F) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Vector3F, Matrix4F) |
Multiplies a matrix by a given Vector3F structure.
| |
Multiply(Vector4F, Matrix4F) |
Multiplies a matrix by a given Vector4F structure.
| |
Subtraction |
Subtracts two matricies.
| |
UnaryNegation |
Negates a matrix.
|