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

Fix accessibility of method of class EPA.

parent 63d0670e
No related branches found
No related tags found
No related merge requests found
......@@ -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