Matrix |
public struct Matrix2F
The Matrix2F type exposes the following members.
| Name | Description | |
|---|---|---|
| Matrix2F(Matrix2F) | Constructs a matrix with another specified Matrix2F object. | |
| Matrix2F(Vector2F, Vector2F) | Constructs a matrix with the specified Vector2F elements, which are the corresponding rows of the matrix. | |
| Matrix2F(Single, Single, Single, Single) | Constructs a matrix with the given individual elements. |
| Name | Description | |
|---|---|---|
| ItemInt32 | Gets or sets the row of the current instance of Matrix2F at the specified index. | |
| ItemInt32, Int32 | Gets or sets the component at the specified index. |
| 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 | |
|---|---|---|
| Addition(Matrix2F, Matrix2F) | Adds two matricies. | |
| Equality(Matrix2F, Matrix2F) | Determines whether two given matricies are equal. | |
| (Matrix2F to Matrix2) | Implicit conversion from Matrix2F type to Matrix2 type for given value. | |
| Inequality(Matrix2F, Matrix2F) | Determines whether two given matricies are unequal. | |
| Multiply(Matrix2F, Matrix2F) | Multiplies two matrices. | |
| Multiply(Matrix2F, Vector2F) | Multiplies a matrix by a given Vector2F structure. | |
| Multiply(Matrix2F, Single) | Multiplies a matrix by a given value. | |
| Multiply(Single, Matrix2F) | Multiplies a matrix by a given value. | |
| Multiply(Vector2F, Matrix2F) | Multiplies a matrix by a given Vector2F structure. | |
| Subtraction(Matrix2F, Matrix2F) | Subtracts two matricies. | |
| UnaryNegation(Matrix2F) | Negates a matrix. |
| Name | Description | |
|---|---|---|
| Identity | The identity matrix. | |
| Item0 | The first row of the matrix. | |
| Item1 | The second row of the matrix. | |
| Zero | The matrix with all of its components set to zero. |
| 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) |