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