#include <hpp/fcl/narrowphase/gjk.h>
Public Member Functions | |
Simplex () | |
Public Attributes | |
SimplexV * | vertex [4] |
simplex vertex More... | |
FCL_REAL | coefficient [4] |
weight More... | |
size_t | rank |
size of simplex (number of vertices) More... | |
|
inline |
FCL_REAL hpp::fcl::details::GJK::Simplex::coefficient[4] |
size_t hpp::fcl::details::GJK::Simplex::rank |
size of simplex (number of vertices)
Referenced by hpp::fcl::GJKSolver_indep::shapeDistance(), hpp::fcl::GJKSolver_indep::shapeIntersect(), and hpp::fcl::GJKSolver_indep::shapeTriangleInteraction().
SimplexV* hpp::fcl::details::GJK::Simplex::vertex[4] |
simplex vertex
Referenced by hpp::fcl::GJKSolver_indep::shapeDistance(), hpp::fcl::GJKSolver_indep::shapeIntersect(), and hpp::fcl::GJKSolver_indep::shapeTriangleInteraction().