Closed ovineq closed 1 year ago
Can be rebased after https://github.com/equinor/esv-intersection/pull/545
Minor release of curve-interpolator has breaking changes. I went through the changeset of 3.0.1 => 3.1.1 and the following seems like the correct changes:
curve-interpolator
3.0.1 => 3.1.1
lookup => getIntersects lookup docs: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dL168 getIntersects doc: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dR449-R462
lookup => getIntersects
lookupPositions => getIntersectsAsPositions Implementation changed, docs stayed the same: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dL185-R475
lookupPositions => getIntersectsAsPositions
Can be rebased after https://github.com/equinor/esv-intersection/pull/545
Minor release of
curve-interpolator
has breaking changes. I went through the changeset of3.0.1 => 3.1.1
and the following seems like the correct changes:lookup => getIntersects
lookup docs: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dL168 getIntersects doc: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dR449-R462lookupPositions => getIntersectsAsPositions
Implementation changed, docs stayed the same: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dL185-R475