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

Correct ill-formed test - to be compatible with libccd 2.0 and 2.1 #371

Commits on Feb 7, 2019

  1. Correct ill-formed test

    The NearestPointFromDegenerateSimplex test was born of a specific
    case, captured in the wild by a user. The test attempted to recreate
    the circumstances of that failure. In its original formulation, the
    test had two flaws:
    
      1. It relied on code paths for evaluating box-box distance via GJK.
         If a box-box distance primitive were introduced, the test would
         become meaningless.
      2. One of the box's poses is defined by an *unnormalized* quaternion.
         This issue was exposed when libccd updated its quaternion
         multiplication algorithm -- the final result was unduly impacted
         by the degree the quat wasn't normalized.
    
    This commit addressed *both* of those issues.
    SeanCurtis-TRI committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    43628b8 View commit details
    Browse the repository at this point in the history