Skip to main content

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.

calc.perpendicular_bisector1.calc.png
calc.perpendicular_bisector1.plotter0.calc.png

Given a segment, constructs its perpendicular bisector.

calc.perpendicular_bisector2.calc.png
calc.perpendicular_bisector2.plotter0.calc.png

Given a triangle and an integer nn, constructs the perpendicular bisector of the nn-th edge.

calc.perpendicular_bisector3.calc.png
calc.perpendicular_bisector3.plotter0.calc.png