I guess am confused somewhere. I have the length(l) and breadth(b) of an ellipse enclosing rectangle. I know the center point and the angle(x) that the line makes with the center. I want to know the coordinates of the point at which it meets the ellipse. Is it possible? If so how do I do it?
Asked
Active
Viewed 799 times
4
-
You mean ellipse, I guess. – user37238 Sep 02 '13 at 12:23
-
@user37238 yup. sorry for the typo. corrected. – Akhil K Nambiar Sep 02 '13 at 12:24
-
Take a look at this similar question should provide some clues. – Warren Hill Sep 02 '13 at 12:38
-
You mention you know the angle some line makes with the center. What line are you talking about here? The rectangle's diagonal, maybe? – David H Sep 02 '13 at 12:51
-
@DavidH any arbitary line that originates from center of ellipse and passes through the ellipse at a given angle x. I need to know the point at which it meets the ellipse. – Akhil K Nambiar Sep 02 '13 at 12:59
-
1See answer to this question: http://math.stackexchange.com/questions/475436/2d-point-projection-on-an-ellipse/475505#475505 – bubba Sep 02 '13 at 13:56