System.Math.Vectors.TMatrix Methods
InheritedProtected
_op_Equality | public | |
_op_Multiply | public | |
Adjoint | public | |
CreateRotation | public | |
CreateScaling | public | |
CreateTranslation | public | |
Determinant | public | Computes the determinant value for a square TMatrix in 2D-space. |
EqualsTo | public | Returns True if all the values of your matrix are the same as the values of the specified matrix, using the specified epsilon error threshold; it returns False otherwise. |
ExtractScale | public | Returns a TPointF representing the scale of the matrix. |
Inverse | public | |
operator Equality | public | Equal operator, calls EqualsTo function with a default epsilon. |
operator Multiply | public |