Class cocos.euclid.Circle

Geometry --+
           |
          Circle

Methods

  __init__(self, center, radius)
  __copy__(self)
  copy(self)
  __repr__(self)
  intersect(self, other)
  connect(self, other)
  __getstate__(self)
  __setstate__(self, state)
  distance(self, other) (Inherited from cocos.euclid.Geometry)

Properties

  c
  r

Method Details

intersect

intersect(self, other)
Overrides:
Geometry.intersect

connect

connect(self, other)
Overrides:
Geometry.connect