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:
otherCurve

The other curve to calculate the intersections with.

Returns:
list[tuple[float, float]]

A list of tuples of coordinates which are the intersection points between the two curves.