axon_results.get_1dpoly_intersec
- axon_results.get_1dpoly_intersec(poly1: <MagicMock name='mock.poly1d' id='126257858798864'>, poly2: <MagicMock name='mock.poly1d' id='126257858798864'>) float[source]
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