I'm doing a program where I need to be able to find out exactly where the start and end points of an arc I draw are. I am drawing the arc using the Graphics object's conventions (with a bounding rectangle and a start and a sweep angle). It is easy enough to find the center of the ellipse with the information I have, but how do you find a point on an ellipse at a certain angle?


Reply With Quote
