class documentation

class Circle(PolyShape):

View In Hierarchy

Undocumented

Class Method of_radius Undocumented
Method __contains__ Undocumented
Method __str__ Undocumented
Class Variable radius Undocumented
Property diameter Undocumented

Inherited from PolyShape:

Class Variable centre Undocumented

Inherited from GeoShape (via PolyShape):

Class Variable metric Undocumented
@classmethod
def of_radius(cls, radius=1):

Undocumented

def __contains__(self, p: np.ndarray) -> bool:
def __str__(self):

Undocumented

radius: float =

Undocumented

@property
diameter: float =

Undocumented