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