| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Shape --+
|
BoundingBox
An axis-aligned rectangle for representing shape boundaries.
See: http://www.w3.org/TR/SVG/coords.html#ObjectBoundingBox
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
bounding_box The bounding box itself. |
|
|
width The width of the bounding box. |
|
|
height The height of the bounding box. |
|
|
area The area of the shape. |
|
|
centroid The mass center of the shape. |
|
|
Inherited from |
|
| Method Details |
Initialize a bounding box from the given minima and maxima.
|
repr(x)
|
| Property Details |
bounding_boxThe bounding box itself.
|
widthThe width of the bounding box.
|
heightThe height of the bounding box.
|
areaThe area of the shape.
|
centroidThe mass center of the shape.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun May 30 14:22:47 2010 | http://epydoc.sourceforge.net |