Line intersection
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 86
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
In addition to the current behavior (`A – B`), I'd like to implement fuzzy line intersection (`A ∩ B`) so that we can pass two line sets and return line segments that match both sets.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue requests fuzzy line intersection for the linematch project, but it names no implementation file, entry point, or test. Start by locating the current A – B line-set comparison, then define completion as accepting two line sets and returning the segments that match both sets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100