Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Merge back y extrema#35

Merged
jneem merged 6 commits intomainfrom
merge-back-y-extrema
Dec 1, 2025
Merged

Merge back y extrema#35
jneem merged 6 commits intomainfrom
merge-back-y-extrema

Conversation

@jneem
Copy link
Owner

@jneem jneem commented Dec 1, 2025

The core sweep-line algorithm works on monotonic segments, so we split segments at critical points. In many cases, the output of boolean ops doesn't need to be split at those points, so this PR merges those splits back together when producing output.

Fixes #30.

@jneem jneem merged commit 7d620ed into main Dec 1, 2025
9 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge subdivided segments if there's nothing going on

1 participant