forked from akavel/polyclip-go
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resweep an endpoint if it divides its predecessor in the sweep line. (#3
) The sweep line algorithm computes the [inside] state of an endpoint and the [inout] state of its corresponding segment based on the previous endpoint in the sweep line. When an endpoint divides its predecessor, the context for the endpoint thus changes, and the endpoint must be re-swept to compute the (potentially changed) [inside] and [inout] states of that endpoint.
- Loading branch information
Showing
2 changed files
with
141 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters