#include <gjk_libccd.h>
Static Public Member Functions | |
| static void * | createGJKObject (const T &, const Transform3< S > &) |
| Get GJK object from a shape Notice that only local transformation is applied. Gloal transformation are considered later. More... | |
| static void | deleteGJKObject (void *o) |
| Delete GJK object. More... | |
| static GJKCenterFunction | getCenterFunction () |
| Get GJK center function. More... | |
| static GJKSupportFunction | getSupportFunction () |
| Get GJK support function. More... | |
initialize GJK stuffs
Definition at line 76 of file gjk_libccd.h.
|
inlinestatic |
Get GJK object from a shape Notice that only local transformation is applied. Gloal transformation are considered later.
Definition at line 88 of file gjk_libccd.h.
|
inlinestatic |
Delete GJK object.
Definition at line 91 of file gjk_libccd.h.
|
inlinestatic |
Get GJK center function.
Definition at line 83 of file gjk_libccd.h.
|
inlinestatic |
Get GJK support function.
Definition at line 80 of file gjk_libccd.h.