| Matrix33D Methods |
The Matrix33D type exposes the following members.
| Name | Description | |
|---|---|---|
| Absolute |
Sets each matrix element to its absolute value.
| |
| Absolute(Matrix33D) |
Returns a matrix with the absolute values of the elements of the given matrix.
| |
| Add |
Adds two matrices.
| |
| AreNumericallyEqual(Matrix33D, Matrix33D) |
Determines whether two matrices are equal (regarding the tolerance
EpsilonD).
| |
| AreNumericallyEqual(Matrix33D, Matrix33D, Double) |
Determines whether two matrices are equal (regarding a specific tolerance).
| |
| ClampToZero |
Clamps near-zero matrix elements to zero.
| |
| ClampToZero(Double) |
Clamps near-zero matrix elements to zero.
| |
| ClampToZero(Matrix33D) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
| ClampToZero(Matrix33D, Double) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
| CreateRotation(QuaternionD) |
Creates a rotation matrix from a unit quaternion.
| |
| CreateRotation(Vector3D, Double) |
Creates a rotation matrix from axis and angle.
| |
| CreateRotationX |
Creates a matrix that specifies a rotation around the x-axis.
| |
| CreateRotationY |
Creates a matrix that specifies a rotation around the y-axis.
| |
| CreateRotationZ |
Creates a matrix that specifies a rotation around the z-axis.
| |
| CreateScale(Double) |
Creates a uniform scaling matrix.
| |
| CreateScale(Vector3D) |
Creates a scaling matrix.
| |
| CreateScale(Double, Double, Double) |
Creates a scaling matrix.
| |
| Divide |
Divides a matrix by a scalar.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Matrix33D) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetColumn |
Gets a column as Vector3D.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetRow |
Gets a row as Vector3D.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invert |
Inverts the matrix.
| |
| 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.
| |
| MultiplyTransposed |
Multiplies the transposed of the given matrix with a column vector.
| |
| Negate |
Negates a matrix.
| |
| Orthogonalize |
Re-orthogonalizes this instance.
| |
| SetColumn |
Sets a column from a Vector3D.
| |
| SetRow |
Sets a row from a Vector3D.
| |
| Subtract |
Subtracts two matrices.
| |
| ToArray1D |
Converts this matrix to an array of double values.
| |
| ToArray2D |
Converts this Matrix33D to a 2-dimensional double array.
| |
| ToArrayJagged |
Converts this Matrix33D to a jagged double array.
| |
| ToList |
Converts this matrix to a list of double values.
| |
| ToMatrix33F | ||
| ToMatrixD | ||
| ToString |
Returns the string representation of this matrix.
(Overrides ValueTypeToString.) | |
| ToString(IFormatProvider) |
Returns the string representation of this matrix using the specified culture-specific format
information.
| |
| Transpose |
Transposes this matrix.
| |
| TryInvert |
Inverts the matrix if it is invertible.
|