Use midpoints and perpendicular lines to locate geometry — essential for symmetric profiles, centre-finding, and equidistant point construction.
What You Will Build
A symmetric profile constructed using perpendicular bisectors — demonstrating how to find centres, create symmetric geometry, and locate equidistant points without manual calculation.
Operators Used
Create a diagonal line that will be bisected.
Create a point at the exact midpoint of L0.
Create a perpendicular line through the midpoint P2. This line is equidistant from P0 and P1 at every point.
Find a point on the perpendicular bisector at a specific distance from the midpoint.
Use the perpendicular bisector to find the circumcentre — the centre of the circle passing through P0, P1, and a third point.
Creates a point at the midpoint of a line.
Creates a perpendicular segment from a point.
Creates a point at the intersection of two lines.
Creates a circle through three points.