3d sphere object More...
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
possible calls: More... | |
![]() | |
def | getScopSemantic (self) |
def | setScopSemantic (self, arg1) |
def | type (self) |
Public Attributes | |
r | |
x | |
y | |
z | |
3d sphere object
def __init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
possible calls:
self | (type: object) self pointer |
*args | (type: list) mandatory parameter |
**kwargs | (type: dict) mandatory parameter |
References Circle.r, Sphere.r, Point.x, Circle.x, Sphere.x, Point.y, Circle.y, Sphere.y, Point.z, and Sphere.z.