Matrix2 Methods |
The Matrix2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds two matricies.
| |
| Equals(Object) |
Determines whether the specified object is equal to the current instance of Matrix2.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Matrix2, Double) |
Determines whether the specified matrix is equal to the current instance of Matrix2
with a given precision.
| |
| Equals(Matrix2, Double) |
Determines whether the specified matrix is equal to the current instance of Matrix2
with a given precision.
| |
| FromRotate(Radian) |
Creates a rotation matrix.
| |
| FromRotate(Radian, Matrix2) |
Creates a rotation matrix.
| |
| FromScale(Vector2) |
Creates a scale matrix with the specified Vector2 object.
| |
| FromScale(Vector2, Matrix2) |
Creates a scale matrix with the specified Vector2 object.
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetInverse |
Inverts the current instance of Matrix2 if it is invertible and returns the result.
| |
| GetInverse(Matrix2) |
Inverts the current instance of Matrix2 if it is invertible.
| |
| GetTrace |
Gets the trace of the matrix, the sum of the values along the diagonal.
| |
| GetTranspose |
Returns the transpose of the current instance of Matrix2.
| |
| GetTranspose(Matrix2) |
Calculates the transpose of the current instance of Matrix2.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Inverse | ||
| Multiply(Double, Matrix2, Matrix2) |
Multiplies a matrix by a given value.
| |
| Multiply(Matrix2, Matrix2, Matrix2) |
Multiplies two matrices.
| |
| Multiply(Matrix2, Vector2, Vector2) |
Multiplies a matrix by a given Vector2 structure.
| |
| Multiply(Matrix2, Double, Matrix2) |
Multiplies a matrix by a given value.
| |
| Multiply(Vector2, Matrix2, Vector2) |
Multiplies a matrix by a given Vector2 structure.
| |
| Negate |
Negates a matrix.
| |
| Parse |
Converts a string representation of a matrix into the equivalent Matrix2 structure.
| |
| Subtract |
Subtracts two matricies.
| |
| ToMatrix2F | ||
| ToMatrix2F(Matrix2F) | ||
| ToMatrix3 | ||
| ToMatrix3(Matrix3) | ||
| ToString | (Overrides ValueTypeToString.) | |
| Transpose |
Transposes the matrix.
|
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |