Skip to content
Snippets Groups Projects
Unverified Commit bb3c9e21 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by GitHub
Browse files

Merge pull request #81 from jmirabel/python

[Minor] update CMake module + fix visibility of some methods.
parents 63d0670e 465318f3
No related branches found
No related tags found
No related merge requests found
Subproject commit b58bd669f6567662eefb8a410e8e40aeba4f1060
Subproject commit 429af97fe0b858bd73a1747768cc1ac735386140
......@@ -305,6 +305,9 @@ public:
void initialize();
Status evaluate(GJK& gjk, const Vec3f& guess);
private:
bool getEdgeDist(SimplexF* face, SimplexV* a, SimplexV* b, FCL_REAL& dist);
SimplexF* newFace(SimplexV* a, SimplexV* b, SimplexV* vertex, bool forced);
......@@ -312,8 +315,6 @@ public:
/// @brief Find the best polytope face to split
SimplexF* findBest();
Status evaluate(GJK& gjk, const Vec3f& guess);
/// @brief the goal is to add a face connecting vertex w and face edge f[e]
bool expand(size_t pass, SimplexV* w, SimplexF* f, size_t e, SimplexHorizon& horizon);
};
......
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