#include <gjk_libccd.h>
Static Public Member Functions | |
static void * | createGJKObject (const Cone &s, const Transform3f &tf) |
static void | deleteGJKObject (void *o) |
static GJKCenterFunction | getCenterFunction () |
static GJKSupportFunction | getSupportFunction () |
Definition at line 123 of file gjk_libccd.h.
void * fcl::details::GJKInitializer< Cone >::createGJKObject | ( | const Cone & | s, |
const Transform3f & | tf | ||
) | [static] |
Definition at line 892 of file gjk_libccd.cpp.
void fcl::details::GJKInitializer< Cone >::deleteGJKObject | ( | void * | o | ) | [static] |
Definition at line 900 of file gjk_libccd.cpp.
GJKCenterFunction fcl::details::GJKInitializer< Cone >::getCenterFunction | ( | ) | [static] |
Definition at line 886 of file gjk_libccd.cpp.
GJKSupportFunction fcl::details::GJKInitializer< Cone >::getSupportFunction | ( | ) | [static] |
Definition at line 880 of file gjk_libccd.cpp.