graphinglib.Circle.create_intersection_points# Circle.create_intersection_points(other: Self | Curve) → list[Point]# Returns the intersection points of the borders of the two polygons. Parameters: otherPolygon or CurveThe other polygon. Returns: list[Point]The intersection points of the two polygons.