Description
Calculates the distance between two given points.
Syntax
Result = DistanceBetweenTwoPoints( iPntFirst, iPntSecond, oDistance );
|
Input: (Variant) iPntFirst |
Coordinates of first point. Array of three elements. |
|
Input: (Variant) iPntSecond |
Coordinates of second point. Array of three elements. |
|
Output: (Double) oDistance |
Distance between this two points. |
|
Return: (Boolean) Result |
TRUE if executed successfully. |