Click or drag to resize

Matrix2F Methods

The Matrix2F type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdd Adds two matricies.
Public methodEquals(Object) Determines whether the specified object is equal to the current instance of Matrix2F.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Matrix2F, Single) Determines whether the specified matrix is equal to the current instance of Matrix2F with a given precision.
Public methodEquals(Matrix2F, Single) Determines whether the specified matrix is equal to the current instance of Matrix2F with a given precision.
Public methodStatic memberFromRotate(RadianF) Creates a rotation matrix.
Public methodStatic memberFromRotate(RadianF, Matrix2F) Creates a rotation matrix.
Public methodStatic memberFromScale(Vector2F) Creates a scale matrix with the specified Vector2F object.
Public methodStatic memberFromScale(Vector2F, Matrix2F) Creates a scale matrix with the specified Vector2F object.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetInverse Inverts the current instance of Matrix2F if it is invertible and returns the result.
Public methodGetInverse(Matrix2F) Inverts the current instance of Matrix2F if it is invertible.
Public methodGetTrace Gets the trace of the matrix, the sum of the values along the diagonal.
Public methodGetTranspose Returns the transpose of the current instance of Matrix2F.
Public methodGetTranspose(Matrix2F) Calculates the transpose of the current instance of Matrix2F.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInverse 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.
Public methodStatic memberMultiply(Matrix2F, Matrix2F, Matrix2F) Multiplies two matrices.
Public methodStatic memberMultiply(Matrix2F, Vector2F, Vector2F) Multiplies a matrix by a given Vector2F structure.
Public methodStatic memberMultiply(Matrix2F, Single, Matrix2F) Multiplies a matrix by a given value.
Public methodStatic memberMultiply(Single, Matrix2F, Matrix2F) Multiplies a matrix by a given value.
Public methodStatic memberMultiply(Vector2F, Matrix2F, Vector2F) Multiplies a matrix by a given Vector2F structure.
Public methodStatic memberNegate Negates a matrix.
Public methodStatic memberParse Converts a string representation of a matrix into the equivalent Matrix2F structure.
Public methodStatic memberSubtract Subtracts two matricies.
Public methodToMatrix2 Converts the current instance of Matrix2F into the equivalent Matrix2 structure.
Public methodToMatrix2(Matrix2) Converts the current instance of Matrix2F into the equivalent Matrix2 structure.
Public methodToMatrix3F Converts the current instance of Matrix2F into the equivalent Matrix3F structure.
Public methodToMatrix3F(Matrix3F) Converts the current instance of Matrix2F into the equivalent Matrix3F structure.
Public methodToString Returns a String that represents the current instance of Matrix2F.
(Overrides ValueTypeToString)
Public methodTranspose Transposes the matrix.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also