distance3d.containment.ellipse_aabb¶
- distance3d.containment.ellipse_aabb(center, axes, radii)[source]¶
Compute axis-aligned bounding box of an ellipse.
- Parameters:
- centerarray, shape (3,)
Center of ellipse.
- axesarray, shape (2, 3)
Axes of ellipse.
- radiiarray, shape (2,)
Radii of ellipse.
- Returns:
- minsarray, shape (3,)
Minimum coordinates.
- maxsarray, shape (3,)
Maximum coordinates.