-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
9082fd2
commit bfc0999
Showing
3 changed files
with
453 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
test/narrowphase/detail/convexity_based_algorithm/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.