Matrix3By3 Operators |
The Matrix3By3 type exposes the following members.
Name | Description | |
---|---|---|
Addition(Matrix3By3, Matrix3By3) |
Adds a matrix to this matrix.
| |
Addition(Matrix3By3, Matrix3By3Symmetric) |
Adds a matrix to this matrix.
| |
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
| |
Multiply(Double, Matrix3By3) |
Multiplies a scalar by a matrix.
| |
Multiply(Matrix3By3, Cartesian) |
Multiplies the 3-by-3 matrix by the Cartesian vector.
| |
Multiply(Matrix3By3, ElementaryRotation) |
Multiplies a 3-by-3 matrix by an ElementaryRotation.
| |
Multiply(Matrix3By3, Matrix3By3) |
Multiplies the left matrix by the right matrix.
| |
Multiply(Matrix3By3, Matrix3By3Symmetric) |
Multiplies the left matrix by the right matrix.
| |
Multiply(Matrix3By3, Double) |
Multiplies a matrix by a scalar.
| |
Subtraction(Matrix3By3, Matrix3By3) |
Subtracts the second matrix from the first.
| |
Subtraction(Matrix3By3, Matrix3By3Symmetric) |
Subtracts the second matrix from the first.
|