Sphere Class Reference

3d sphere object More...

+ Inheritance diagram for Sphere:

Public Member Functions

def __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from Geometry
def getScopSemantic (self)
 
def setScopSemantic (self, arg1)
 
def type (self)
 

Public Attributes

 r
 
 x
 
 y
 
 z
 

Detailed Description

3d sphere object

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
args,
**  kwargs 
)
  possible calls:
  __init__(self)
  __init__(self, x: float, y: float, z: float, r: float)

  @param self (type: object) self pointer
  @param *args  (type: list) mandatory parameter
  @param ** kwargs  (type: dict) mandatory parameter
  @return (type: object)

References Circle.r, Sphere.r, Point.x, Circle.x, Sphere.x, Point.y, Circle.y, Sphere.y, Point.z, and Sphere.z.