Tagged Questions

3
votes
3answers
4k views

how do I find the angle of rotation of the major axis of an ellipse given its bounding rectangle?

I have an ellipse centered at (0,0) and the bounding rectangle is x = [-5,5], y = [-6,6]. The ellipse intersects the rectangle at (-5,3),(-2.5,6),(2.5,-6),and (5,-3) I know nothing else about the ...
1
vote
1answer
705 views

How do you find a tight-fitting, axis-aligned, bounding box of a rotated ellipse in AS3?

The AS3 getBounds function returns a rectangle that is not fitting tightly to a rotated ellipse. Instead it returns an axis-aligned rectangle based on the bounds of a rectangle whose width/height ...
0
votes
0answers
70 views

How to find the biggest size a rotated ellipse can have that will fit within a rectangle [closed]

Given the Width and Height of the rectangle, and the angle of the ellipse, what would the maximum width(major axis) of the ellipse be? Make any assumptions on the height(minor axis) of the ellipse ...
0
votes
1answer
620 views

Silverlight 3 - Rotating a rectangle around an ellipse

I have a Silverlight user control that looks like a compass. I would post the image but i'm a new user and can't post images yet. :(. Essentially think of a an outer ellipse and on the inside is ...