| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Shape --+
|
Point
A point.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
bounding_box The bounding box of the shape. |
|
|
area The area of a point is always zero. |
|
|
centroid The point itself. |
|
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Get a transformed copy of the shape.
|
| Property Details |
bounding_boxThe bounding box of the shape.
|
areaThe area of a point is always zero.
|
centroidThe point itself.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun May 30 14:22:47 2010 | http://epydoc.sourceforge.net |