Hi list, Anyone know a straightforward way to find the axis-aligned bounding box for an ellipse given:
Right now I'm just doing the trivial calculation for the bbox of the untransformed ellipse, then multiplying the matrix times those coordinates. That gives me a box that includes the ellipse, but I'd like to get the tightest fitting one.
Thanks, Jonathan