| Trees | Indices | Help |
|
|---|
|
|
Bounding regions and bounding boxes.
$Id: boundingregion.py 10672 2009-10-28 01:00:50Z ceball $
Version: $Revision: 10672 $
|
|||
|
BoundingRegion Abstract bounding region class, for any portion of a 2D plane. |
|||
|
BoundingBox A rectangular bounding box defined either by two points forming an axis-aligned rectangle (or simply a radius for a square). |
|||
|
Cartesian2DPoint Parameter whose value represents a point in a 2D Cartesian plane. |
|||
|
BoundingEllipse Similar to BoundingBox, but the region is the ellipse inscribed within the rectangle. |
|||
|
BoundingCircle A circular BoundingRegion. |
|||
| Unbounded | |||
|
BoundingBoxIntersection A BoundingBox initialized as the intersection of the supplied list of BoundingBoxes. |
|||
|
AARectangle Axis-aligned rectangle class. |
|||
|
BoundingRegionParameter Parameter whose value can be any BoundingRegion instance, enclosing a region in a 2D plane. |
|||
|
|||
__package__ =
|
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:19 2010 | http://epydoc.sourceforge.net |