graphinglib.FitFromPolynomial.get_intersection_coordinates#

FitFromPolynomial.get_intersection_coordinates(other: Self) list[tuple[float, float]]#

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.