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
Given two points and , it does a mark at mimicking a compass with the needle at . it returns a list with an arc object.
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.
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.