Phoenix Logo

phoenix_title wx.lib.ogl.basic.CircleShape

The CircleShape class is an EllipseShape whose width and height are the same.


class_hierarchy Class Hierarchy

Inheritance diagram for class CircleShape:


super_classes Known Superclasses

wx.lib.ogl.basic.EllipseShape


method_summary Methods Summary

__init__ Default class constructor
GetPerimeterPoint Get the perimeter point.

api Class API



class CircleShape(EllipseShape)

The CircleShape class is an EllipseShape 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:

???