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