Matrix33F Operators and Type Conversions |
The Matrix33F type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two matrices.
| |
Division |
Divides a matrix by a scalar.
| |
Equality |
Tests if two matrices are equal.
| |
(Matrix33F to Single) |
Performs an explicit conversion from Matrix33F to a 2-dimensional
float array.
| |
(Matrix33F to Single) |
Performs an explicit conversion from Matrix33F to a jagged
float array.
| |
(Matrix33F to MatrixF) | ||
(Matrix33F to Matrix33D) | ||
Inequality |
Tests if two matrices are not equal.
| |
Multiply(Single, Matrix33F) |
Multiplies a matrix by a scalar.
| |
Multiply(Matrix33F, Matrix33F) |
Multiplies two matrices.
| |
Multiply(Matrix33F, Vector3F) |
Multiplies a matrix with a column vector.
| |
Multiply(Matrix33F, Single) |
Multiplies a matrix and a scalar.
| |
Subtraction |
Subtracts two matrices.
| |
UnaryNegation |
Negates a matrix.
|