Perpendicular bisector
Constructs the perpendicular bisector of a segment or triangle.
Syntax
perpendicular_bisector(Point, Point)
perpendicular_bisector(Segment)
perpendicular_bisector(Triangle, Integer)
Description
Given two point, constructs the perpendicular bisector of the segment they define.
Given a segment, constructs its perpendicular bisector.
Given a triangle and an integer , constructs the perpendicular bisector of the -th edge.