Matrix |
The Matrix3F type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Matrix3F, Matrix3F) | Adds two matricies. | |
| Equality(Matrix3F, Matrix3F) | Determines whether two given matricies are equal. | |
| (Matrix3F to Matrix3) | Implicit conversion from Matrix3F type to Matrix3 type for given value. | |
| Inequality(Matrix3F, Matrix3F) | Determines whether two given matricies are unequal. | |
| 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(Single, Matrix3F) | Multiplies a matrix by a given value. | |
| Multiply(Vector3F, Matrix3F) | Multiplies a matrix by a given Vector3F structure. | |
| Subtraction(Matrix3F, Matrix3F) | Subtracts two matricies. | |
| UnaryNegation(Matrix3F) | Negates a matrix. |