Package Scientific :: Package Geometry :: Module Objects3D :: Class Circle
[hide private]
[frames] | no frames]

Class Circle



GeometricalObject3D --+
                      |
                     Circle

Circle

Instance Methods [hide private]
  __init__(self, center, normal, radius)
float or NoneType volume(self)
Returns the volume of the object.

Inherited from GeometricalObject3D: distanceFrom, hasPoint, intersectWith


Method Details [hide private]

__init__(self, center, normal, radius)
(Constructor)

 
Parameters:

volume(self)

 
Returns: float or NoneType
the volume of the object. The result is None for unbounded objects and zero for lower-dimensional objects.
Overrides: GeometricalObject3D.volume
(inherited documentation)