FMX.InertialMovement.TPointD Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_op_Additionpublic
_op_Equalitypublic
_op_Implicitpublic
_op_Inequalitypublic
_op_Subtractionpublic
AbspublicReturns the length of the segment between the current TPointD point and the origin of the coordinate system.
CreatepublicCreates a TPointD object.
DistancepublicCalculates the distance between the current TPointD object and the point specified by the P2 parameter.
OffsetpublicIncrements the X and Y coordinates of the current point by the specified DX and DY values.
operator =public
operator AdditionpublicReturns the sum of two TPointD points.
operator EqualitypublicTests whether two TPointD objects are equal.
operator Implicitpublic
operator InequalitypublicTests whether two TPointD points are not equal.
operator SubtractionpublicReturns the difference between two TPointD points.
SetLocationpublicSets the location of the current TPointD point.