Skip to content
Snippets Groups Projects
Commit 74340987 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

[GJK] Implement tetrahedra case.

parent abb966cb
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,8 @@ private:
/// @brief Project origin (0) onto triangle a-b-c
FCL_REAL projectTriangleOrigin(const Simplex& current, Simplex& next);
/// @brief Project origin (0) onto tetrahedran a-b-c-d
FCL_REAL projectTetrahedraOrigin(const Simplex& current, Simplex& next);
};
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment