#include <gjk_libccd.h>
Static Public Member Functions | |
static void * | createGJKObject (const Sphere &s, const Transform3f &tf) |
static void | deleteGJKObject (void *o) |
static GJKCenterFunction | getCenterFunction () |
static GJKSupportFunction | getSupportFunction () |
Definition at line 90 of file gjk_libccd.h.
void * fcl::details::GJKInitializer< Sphere >::createGJKObject | ( | const Sphere & | s, |
const Transform3f & | tf | ||
) | [static] |
Definition at line 813 of file gjk_libccd.cpp.
void fcl::details::GJKInitializer< Sphere >::deleteGJKObject | ( | void * | o | ) | [static] |
Definition at line 820 of file gjk_libccd.cpp.
GJKCenterFunction fcl::details::GJKInitializer< Sphere >::getCenterFunction | ( | ) | [static] |
Definition at line 807 of file gjk_libccd.cpp.
GJKSupportFunction fcl::details::GJKInitializer< Sphere >::getSupportFunction | ( | ) | [static] |
Definition at line 801 of file gjk_libccd.cpp.