intersection.py

Interactive circle/ellipse intersection point finder. Solves a quartic polynomial to determine the points of intersection. This method is slow because it also finds imaginary roots, which we don’t care about. Eventually planetplanet will adopt a faster solver for this.

../_images/intersection-1.png