unmyelinated_results.get_1dpoly_intersec

unmyelinated_results.get_1dpoly_intersec(poly1: <MagicMock name='mock.poly1d' id='139958332239088'>, poly2: <MagicMock name='mock.poly1d' id='139958332239088'>) float

Returns the intersection points of two 1D poly

Parameters:
  • poly1 (np.poly1d) – First 1D poly

  • poly2 (np.poly1d) – Second 1D poly

Returns:

  • float – y intersection point

  • float – x intersection point