DistTo
DistTo(p1, p2)
Related Links:
BoundsOfAdditional Notes
Distance between two points
Returns the distance between two points. Distance is measured across any potential diagonal, returning the hypotenuse of the triangle connecting two points.
Use AngleTo to determine the angle between two points.

