Distance
Computes the distance between two points or between a point and a circumference.
Syntax
distance(Point, Point)
distance(Point, Circumference)
Description
Given two points computes the distance between them.
Given a point and a circumference, computes the distance between the point and the closest point of the circumference.