wx.lib.ogl.basic.CircleShape¶The CircleShape class is an EllipseShape whose width
and height are the same.
Class API¶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 – ???
???