graphinglib.Polygon.get_intersection_coordinates#
- Polygon.get_intersection_coordinates(other: Self) list[tuple[float, float]] [source]#
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.