Package topo :: Package base :: Module boundingregion
[hide private]
[frames] | no frames]

Module boundingregion

source code

Bounding regions and bounding boxes.

$Id: boundingregion.py 10672 2009-10-28 01:00:50Z ceball $


Version: $Revision: 10672 $

Classes [hide private]
  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.
Variables [hide private]
  __package__ = 'topo.base'