wx.lib.ogl.basic.CircleShape¶
The CircleShape
class is an EllipseShape
whose width
and height are the same.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor |
|
Get the perimeter point. |
Class API¶
- class CircleShape(EllipseShape)¶
The
CircleShape
class is anEllipseShape
whose width and height are the same.
Methods¶
- __init__(self, diameter)¶
Default class constructor
- Parameters:
diameter – the diameter
- GetPerimeterPoint(self, x1, y1, x2, y2)¶
Get the perimeter point.
- Parameters:
x1 – ???
y1 – ???
x2 – ???
y2 – ???
- Returns:
???