graphinglib.Curve.get_intersection_coordinates#
- Curve.get_intersection_coordinates(other: Self) list[tuple[float, float]] [source]#
Calculates the coordinates of the intersection points between two curves.
- Parameters:
- other
Curve
The other curve to calculate the intersections with.
- other
- Returns:
- list[tuple[float, float]]
A list of tuples of coordinates which are the intersection points between the two curves.