GetDistance

number GetDistance(point origin, point dest)

Calculates the distance between the two points and returns it.

Example
(var aDistance)

= aDistance GetDistance( 10 20  100 80)

See Also: GetAngle