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

Reworking gjk_libccd doSimplex2() #367

Commits on Feb 7, 2019

  1. Reworking gjk_libccd doSimplex2()

    1. Add a ton of documentation about this portion of the whole algorithm.
    2. Rephrase the test with a greater understanding and simpler results.
    3. Add unit tests
      - the old code failed in the following ways:
        - Didn't recognize when A *was* the origin.
        - Much larger tolerance for determining if A was co-linear with B.
    4. Incidentally add some todos to doSimplex3() while examining
       relationships.
    SeanCurtis-TRI committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    250ab4b View commit details
    Browse the repository at this point in the history