QT Question (general math really): How can I tell if an Ellipse and a Line have an intersection?
- by asdsa
The ellipse is actually a circle. I know all the coordinates of both things, I just need to know whether or not a line goes through an ellipse.
Is this built in anywhere? SPecifically I am using QGraphicsEllipseIem and QLine but i can convert them to any other type
thanks