Matrix |
The Matrix2F 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 Matrix2F.
(Overrides ValueTypeEquals(Object)) | |
| Equals(Matrix2F, Single) | Determines whether the specified matrix is equal to the current instance of Matrix2F with a given precision. | |
| Equals(Matrix2F, Single) | Determines whether the specified matrix is equal to the current instance of Matrix2F with a given precision. | |
| FromRotate(RadianF) | Creates a rotation matrix. | |
| FromRotate(RadianF, Matrix2F) | Creates a rotation matrix. | |
| FromScale(Vector2F) | Creates a scale matrix with the specified Vector2F object. | |
| FromScale(Vector2F, Matrix2F) | Creates a scale matrix with the specified Vector2F object. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetInverse | Inverts the current instance of Matrix2F if it is invertible and returns the result. | |
| GetInverse(Matrix2F) | Inverts the current instance of Matrix2F 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 Matrix2F. | |
| GetTranspose(Matrix2F) | Calculates the transpose of the current instance of Matrix2F. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Inverse | Inverts the current instance of Matrix2F and determines whether the matrix is invertible. Determines whether the current instance of Matrix2F is invertible and, if so, inverts this matrix. | |
| Multiply(Matrix2F, Matrix2F, Matrix2F) | Multiplies two matrices. | |
| Multiply(Matrix2F, Vector2F, Vector2F) | Multiplies a matrix by a given Vector2F structure. | |
| Multiply(Matrix2F, Single, Matrix2F) | Multiplies a matrix by a given value. | |
| Multiply(Single, Matrix2F, Matrix2F) | Multiplies a matrix by a given value. | |
| Multiply(Vector2F, Matrix2F, Vector2F) | Multiplies a matrix by a given Vector2F structure. | |
| Negate | Negates a matrix. | |
| Parse | Converts a string representation of a matrix into the equivalent Matrix2F structure. | |
| Subtract | Subtracts two matricies. | |
| ToMatrix2 | Converts the current instance of Matrix2F into the equivalent Matrix2 structure. | |
| ToMatrix2(Matrix2) | Converts the current instance of Matrix2F into the equivalent Matrix2 structure. | |
| ToMatrix3F | Converts the current instance of Matrix2F into the equivalent Matrix3F structure. | |
| ToMatrix3F(Matrix3F) | Converts the current instance of Matrix2F into the equivalent Matrix3F structure. | |
| ToString |
Returns a String that represents the current instance of Matrix2F.
(Overrides ValueTypeToString) | |
| Transpose | Transposes the matrix. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |