Matrix3By3Symmetric Operators |
The Matrix3By3Symmetric type exposes the following members.
Name | Description | |
---|---|---|
Addition(Matrix3By3Symmetric, Matrix3By3) |
Adds a matrix to this matrix.
| |
Addition(Matrix3By3Symmetric, 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, Matrix3By3Symmetric) |
Multiplies a scalar by a matrix.
| |
Multiply(Matrix3By3Symmetric, Cartesian) |
Multiplies the 3-by-3 matrix by the Cartesian vector.
| |
Multiply(Matrix3By3Symmetric, Matrix3By3) |
Multiplies the left matrix by the right matrix.
| |
Multiply(Matrix3By3Symmetric, Matrix3By3Symmetric) |
Multiplies the left matrix by the right matrix.
| |
Multiply(Matrix3By3Symmetric, Double) |
Multiplies a matrix by a scalar.
| |
Subtraction(Matrix3By3Symmetric, Matrix3By3) |
Subtracts the second matrix from the first.
| |
Subtraction(Matrix3By3Symmetric, Matrix3By3Symmetric) |
Subtracts the second matrix from the first.
|