-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixes #635: search using 3D simplex Make `intersects` function to search intersections with a tetrahedron (3D simplex) instead of a triangle (2D simplex) when the points are in an 3D euclidean space * Separate functions for 2D and 3D intersections * Removing duplicate code * Fix `gjk!` function * Make `gjk!` function dispatch on parameter Dim * Code style adjustments * More tests for `intersects` function * Minor fix for `gjk!` 3D case * More intersection tests and more code coverage * Update src/predicates/intersects.jl * Apply suggestions from code review * Update src/predicates/intersects.jl * Update src/predicates/intersects.jl * Apply suggestions from code review --------- Co-authored-by: Júlio Hoffimann <julio.hoffimann@gmail.com>
- Loading branch information
Showing
2 changed files
with
130 additions
and
28 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
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