Geometry object describing a 2d circle. 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 | |
Geometry object describing a 2d circle.
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, Point.x, Circle.x, Point.y, and Circle.y.