Tagged Questions
2
votes
3answers
559 views
Given a set of points, how do I approximate the major axis of its shape?
Given a "shape" drawn by the user, I would like to "normalize" it so they all have similar size and orientation. What we have is a set of points. I can approximate the size using bounding box or ...
1
vote
1answer
723 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
1answer
77 views
Bounding box cutting of edges on custom ellipse
I have a custom ellipse code shown bellow. I draw a rubber band using the ellipse setting the width and height using two points, code shown bellow. However when I draw the ellipse the bounding box is ...