DistanceBetweenPoints
...
Returns the distance between 2 points specified by p1 and p2 coordinates.
...
Procedure: DistanceBetweenPoints(p1X, p1Y, p2X, p2Y: Double): Double;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Result := DistanceBetweenPoints(10, 10, 100, 100); |
...
Returns the distance between 2 points specified by p1 and p2 coordinates.
...
Procedure: DistanceBetweenPoints(p1X, p1Y, p2X, p2Y: Double): Double;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Result := DistanceBetweenPoints(10, 10, 100, 100); |