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