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