Home | Trees | Indices | Help |
|
---|
|
Geometrical object in 3D space
This is an abstract base class; to create instances, use one of the subclasses.
|
|||
float
| distanceFrom(self, point) | ||
bool
|
hasPoint(self,
point) Returns True if point is in the object
|
||
GeometricalObject3D or NoneType
|
intersectWith(self,
other) Returns the geometrical object that results from the intersection with other. |
||
float or NoneType
|
volume(self) Returns the volume of the object. |
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:42 2006 | http://epydoc.sourceforge.net |