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