#include <hpp/fcl/narrowphase/gjk_libccd.h>
Static Public Member Functions | |
static GJKSupportFunction | getSupportFunction () |
Get GJK support function. More... | |
static GJKCenterFunction | getCenterFunction () |
Get GJK center function. More... | |
static void * | createGJKObject (const T &, const Transform3f &) |
Get GJK object from a shape Notice that only local transformation is applied. More... | |
static void | deleteGJKObject (void *o) |
Delete GJK object. More... | |
initialize GJK stuffs
|
inlinestatic |
Get GJK object from a shape Notice that only local transformation is applied.
Gloal transformation are considered later
Referenced by fcl::GJKSolver_libccd::shapeDistance(), fcl::GJKSolver_libccd::shapeIntersect(), fcl::GJKSolver_libccd::shapeTriangleDistance(), and fcl::GJKSolver_libccd::shapeTriangleIntersect().
|
inlinestatic |
|
inlinestatic |
Get GJK center function.
|
inlinestatic |
Get GJK support function.