External Checks if a point is external to a circumference or triangle. Syntax external?(Circumference | Triangle, Point) Description external?(Circumference | Triangle, Point) Given a circumference or triangle and a point, returns true if a point is external to the figure, and false otherwise. Related functions Internal, Belongs? Table of Contents Syntax Description Related functions