-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix up intersection point base calculation * Update intersects and add line tests * Add more tests and debug intersects * Add comments to point_in_poly * Remove CairoMakie * Update equals and overlaps * Remove use of findfirst for 1.6 compat * Updated geom, multi-geom equality * Update frac calculations * Fix non collinear intersection points * Fix frac labeling * Remove idx field * Update intersection phase * Add comments * add helper functions for labelling degeneracies * build_ab_list * Update crossings and entry exit status * adds tracining for simple intersections * Remove unneeded list * Fix entry exit tagging bug * Update clipping edge cases * Add entry/exit flagging for cutting * Reorganize tests * Fix test file * Still debugging difference overflow * Add comments for fix * small adjustments in processing holes for union * Fix add holes logic * Consolidate clipping tests * Turn all tests back on * Fix merge remenants * Fix inconsistent commenting * add more test cases * Remove try file * Remove box --------- Co-authored-by: Skylar A Gering <[email protected]> Co-authored-by: Skylar Gering <[email protected]>
- Loading branch information
1 parent
cde2bcc
commit 77905eb
Showing
11 changed files
with
581 additions
and
493 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.