graphinglib.Rectangle.get_intersection_coordinates#
- Rectangle.get_intersection_coordinates(other: Self) list[tuple[float, float]] #
Returns the coordinates of the intersection points of the borders of the two polygons.
- Parameters:
- other
Polygon
The other polygon.
- other
- Returns:
- list[tuple[float, float]]
The coordinates of the intersection of the two polygons.