...
Procedure: DistanceBetweenPoints(p1X, p1Y, p2X, p2Y: Double): Double;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Result := DistanceBetweenPoints(10, 10, 100, 100); |
...
Procedure: DistanceBetweenPoints(p1X, p1Y, p2X, p2Y: Double): Double;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Result := DistanceBetweenPoints(10, 10, 100, 100); |