Returns the distance between two points or, equivalently, the length of the line segment specified by the two points.
Namespace: FMX.RS.Graphics
Delphi |
function RSDistance( const Pt1, Pt2: TRSPoint ): Single; inline; |
Parameters
Pt1
Type: System.Void
Pt2
Type: System.Void
Type: Single
Reference |