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