Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 587 Bytes

Loci visualizer

A small app to visualize an interesting loci problem. Uses PyGame for canvas and keyboard support.

The problem

What is the set of all points that lie at the end of two equal line segments placed tip to tail if both line segments are restricted so that they cannot point below horizontal? What if more line segments are included?

The visualizer

The 3 "umbrella_locus" scripts are included, but all functionality is captured in the final version loci_visualizer.py

Loci Visualizer Screenshot