System.Math.Vectors.TMatrix Methods

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
_op_Equalitypublic
_op_Multiplypublic
Adjointpublic
CreateRotationpublic
CreateScalingpublic
CreateTranslationpublic
DeterminantpublicComputes the determinant value for a square TMatrix in 2D-space.
EqualsTopublicReturns 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.
ExtractScalepublicReturns a TPointF representing the scale of the matrix.
Inversepublic
operator EqualitypublicEqual operator, calls EqualsTo function with a default epsilon.
operator Multiplypublic