Previous Up Next

13.7.10  The perpendicular bisector of a segment in the plane: perpen_bisector

See Section 14.6.2 for perpendicular bisectors in space.

The perpen_bisector command finds the perpendicular bisector of a line segment.


Example.
Input:

perpen_bisector(1,i)

or:

perpen_bisector(segment(1,i))

Output:


The perpen_bisector command can also take two lines as segments, in which case it returns and draws the perpendicular bisector of the segment from the first point defining the first line and the second point defining the second line.


Previous Up Next