The CircleShape
class is an EllipseShape
whose width
and height are the same.
CircleShape
(EllipseShape)¶The CircleShape
class is an EllipseShape
whose width
and height are the same.
__init__
(self, diameter)¶Default class constructor
Parameters: | diameter – the diameter |
---|
GetPerimeterPoint
(self, x1, y1, x2, y2)¶Get the perimeter point.
Parameters: |
|
---|---|
Returns: | ??? |