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