Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unexpected recursions in geometry splitting #13

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    8ae6a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e3b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59d15e View commit details
    Browse the repository at this point in the history
  4. Check polygons for convexity on construction

    Task-Id: #12
    hasselmm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    74d54ff View commit details
    Browse the repository at this point in the history
  5. Add test for failing subtraction

    Task-Id: #12
    hasselmm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7c2c0d0 View commit details
    Browse the repository at this point in the history
  6. Introduce MultiEnum template

    hasselmm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a3e8f79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2e154e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    852f5a2 View commit details
    Browse the repository at this point in the history
  9. Provide an introspection interface

    This interface shall help visualizing, understanding,
    and debugging the boolean geometry operations.
    hasselmm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    566d914 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd2659e View commit details
    Browse the repository at this point in the history