Matrix2F Methods |
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 | ||
Multiply(Single, Matrix2F, Matrix2F) |
Multiplies a matrix by a given value.
| |
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(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 | ||
ToMatrix2(Matrix2) | ||
ToMatrix3F | ||
ToMatrix3F(Matrix3F) | ||
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.) |