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

Implement union operation #544

Closed
wants to merge 11 commits into from
Closed

Implement union operation #544

wants to merge 11 commits into from

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    5a74382 View commit details
    Browse the repository at this point in the history
  2. Update order of impl blocks

    The `Deref` seems more closely associated with the type than a `From`
    implementation for another type, so it makes sense to put the `impl`
    block for the `Deref` closer to the type.
    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    2d78859 View commit details
    Browse the repository at this point in the history
  3. Add Cube

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    67ad640 View commit details
    Browse the repository at this point in the history
  4. Add Solid::update_face

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    2053c67 View commit details
    Browse the repository at this point in the history
  5. WIP Add union algorithm

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9ab0761 View commit details
    Browse the repository at this point in the history
  6. WIP

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f6dcf6a View commit details
    Browse the repository at this point in the history
  7. WIP

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    cbc98bb View commit details
    Browse the repository at this point in the history
  8. WIP Add tasks

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    aaf815a View commit details
    Browse the repository at this point in the history
  9. Add fj::Union

    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7d41ece View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae7591d View commit details
    Browse the repository at this point in the history
  11. WIP Add union model

    Screenshot is missing.
    hannobraun committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4338d9c View commit details
    Browse the repository at this point in the history