| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Shape --+
|
Circle
A circle.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
centroid The mass center of the shape. |
|
|
bounding_box The bounding box of the shape. |
|
|
Inherited from |
|
| Method Details |
Initialize a circle from the given center point and radius.
|
repr(x)
|
Get a transformed copy of the circle. The given transform should only translate, scale, and rotate the circle. The absolute values of the x scale and y scale should be equal.
|
| Property Details |
centroidThe mass center of the shape.
|
bounding_boxThe bounding box 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 |