Matrix44F Operators and Type Conversions |
The Matrix44F 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.
| |
(Matrix to Matrix44F) | ||
(Matrix44F to Single) |
Performs an explicit conversion from Matrix44F to a 2-dimensional
float array.
| |
(Matrix44F to Single) |
Performs an explicit conversion from Matrix44F to a jagged
float array.
| |
(Matrix44F to Matrix) | ||
(Matrix44F to MatrixF) | ||
(Matrix44F to Matrix44D) | ||
Inequality |
Tests if two matrices are not equal.
| |
Multiply(Single, Matrix44F) |
Multiplies a matrix by a scalar.
| |
Multiply(Matrix44F, Matrix44F) |
Multiplies two matrices.
| |
Multiply(Matrix44F, Vector4F) |
Multiplies the matrix with a column vector.
| |
Multiply(Matrix44F, Single) |
Multiplies a matrix and a scalar.
| |
Subtraction |
Subtracts two matrices.
| |
UnaryNegation |
Negates a matrix.
|