dart
|
holds function pointers for all the exported functions of ikfast More...
#include <ikfast.h>
Public Types | |
typedef bool(* | ComputeIkFn) (const T *, const T *, const T *, IkSolutionListBase< T > &) |
typedef bool(* | ComputeIk2Fn) (const T *, const T *, const T *, IkSolutionListBase< T > &, void *) |
typedef void(* | ComputeFkFn) (const T *, T *, T *) |
typedef int(* | GetNumFreeParametersFn) () |
typedef int *(* | GetFreeParametersFn) () |
typedef int(* | GetNumJointsFn) () |
typedef int(* | GetIkRealSizeFn) () |
typedef const char *(* | GetIkFastVersionFn) () |
typedef int(* | GetIkTypeFn) () |
typedef const char *(* | GetKinematicsHashFn) () |
holds function pointers for all the exported functions of ikfast