Circle.__init__

Circle.__init__(center: tuple[float, float] = (0, 0), radius: float = 10)[source]

Initializes the Circle

Parameters:
  • center (tuple[float, float], optional) – Center of the shape, by default (0,0)

  • radius (float , optional) – Radius of the shape, by default 10