How to calculate intersection point between lines and ellipses using only math equation
I want to calculate the intersection points between an ellipse and a line using python.
However how do I do it using only mathematical quadratic equation, when given both end points of the line and the center point and radii of the ellipse?
Python: How to calculate intersection point between lines and ellipses using only math equation
I want to calculate the intersection points between an ellipse and a line using python.
However how do I do it using only mathematical quadratic equation, when given both end points of the line and the center point and radii of the ellipse?