Hi all.
I have a rectangle in .NET in which I draw an ellipse.
I know the width, height and center point of that rectangle.
Of course the center point of the rectangle is also the center point of the ellipse.
I know how to calculate a point on a circle, however I have no clue about an ellipse.
I have those parameters and an angle, i need the point on the ellipse, can someone post the formula?
I saw somewhere you need to calculate 2 points in which 2 radii will go, the sum of the radii will be fixed and they will change in size accordingly.
I don't know how to do that, I only have the rectangle height, width and center point and of course the angle I wish to find the point at.
thanks for any help Shlomi