Sphere Class Reference
3d sphere object More...
Inheritance diagram for Sphere:Public Member Functions | |
| def | __init__ |
| def | __init__ |
Public Member Functions inherited from Geometry | |
| def | getScopSemantic |
| def | setScopSemantic |
| def | type |
Public Attributes | |
| r | |
| x | |
| y | |
| z | |
Detailed Description
3d sphere object
Constructor & Destructor Documentation
| def __init__ | ( | self | ) |
| def __init__ | ( | self, | |
| x, | |||
| y, | |||
| z, | |||
| r | |||
| ) |
- Parameters
-
self (type: object) self pointer x (type: float) mandatory parameter y (type: float) mandatory parameter z (type: float) mandatory parameter r (type: float) mandatory parameter
- Returns
- (type: object)
References Sphere.__init__(), Circle.r, Cylinder.r, Sphere.r, Circle.x, Cylinder.x, Point.x, Sphere.x, Circle.y, Cylinder.y, Point.y, Sphere.y, Point.z, and Sphere.z.
