Compass It computes a plottable object mimicking the mark done with a compass. Syntax compass(Point, Point) compass(Point, Real, Figure) compass(Circumference, Figure) Description compass(Point, Point) Given two points and , it does a mark at mimicking a compass with the needle at . it returns a list with an arc object. compass(Point, Real, Figure) Given a point , a real and a figure , it draws a mark in the intersection of the figure and the compass with the needle at and radius . It returns a list with an arc object. compass(Circumference, Figure) Given a circumference and a figure, it returns the portion of the circumference that intersects the figure. It returns a list with an arc object. Related functions Arc, Intersect Table of Contents Syntax Description Related functions