Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is fix for #218. Depends on orientation of curves, function fails if curves have different order. Check, detecting end-points as closest points, returns false positives here. This is caused by small typo in implementation where check takes order of first curve instead of order from second curve. PR consist of test case from #218 and replacement of `n` order to `m` in that specific check.
- Loading branch information