Matrix Methods |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Matrix addition.
| |
| Determinant |
Calculate the determinant of the actual matrix.
| |
| Equals(Matrix) |
Check if the components of two matrices are approximate equal.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Matrix, Matrix) |
Check if the components of two matrices are approximate equal.
| |
| Equals(Matrix, Double) |
Check if the components of two matrices are approximate equal.
| |
| Equals(Matrix, Matrix, Double) |
Check if the components of two matrices are approximate equal.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| Inverse |
Calculates the inverse matrix.
| |
| Multiply(Matrix, Matrix) |
Product of two matrices.
| |
| Multiply(Matrix, Vector3) |
Product of a matrix with a vector.
| |
| Multiply(Matrix, Double) |
Product of a matrix with a scalar.
| |
| RotationAxis |
Builds a rotation matrix for a rotation around an arbitray u-axis.
| |
| RotationX |
Builds a rotation matrix for a rotation around the x-axis.
| |
| RotationY |
Builds a rotation matrix for a rotation around the y-axis.
| |
| RotationZ |
Builds a rotation matrix for a rotation around the z-axis.
| |
| Round |
Matrix elements rounding.
| |
| Scale(Double) |
Build a scaling matrix.
| |
| Scale(Vector3) |
Build a scaling matrix.
| |
| Scale(Double, Double, Double) |
Build a scaling matrix.
| |
| Subtract |
Matrix subtraction.
| |
| ToString |
Obtains a string that represents the matrix elements.
(Overrides ValueTypeToString.) | |
| Transpose |
Obtains the transpose matrix.
|