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

Add example for 2D triangle-point intersection #542

Merged
merged 22 commits into from
Aug 24, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    d7e7f3a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    d419b3b View commit details
    Browse the repository at this point in the history
  2. Fix copyright

    masterleinad committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d6f15f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56414d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8569ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d364060 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85683ee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Use ScopeGuard

    masterleinad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8b108ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cbd7cf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    c3dd211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a18aefc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7953ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d03a4e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    214620f View commit details
    Browse the repository at this point in the history
  6. Fix typo

    masterleinad committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b4845f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdf3f7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc46be0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a83857 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Avoid det to be 1

    masterleinad committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8afbbbf View commit details
    Browse the repository at this point in the history
  2. Introduce variant without precomputing mapping

    Co-authored-by: Andrey Prokopenko <andrey.prok@gmail.com>
    masterleinad and aprokop committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f3a168c View commit details
    Browse the repository at this point in the history
  3. Always check results

    Co-authored-by: Andrey Prokopenko <andrey.prok@gmail.com>
    masterleinad and aprokop committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e7dc3b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Store coefficients as ArborX::Point

    Daniel Arndt authored and masterleinad committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ed51b2e View commit details
    Browse the repository at this point in the history