InverseKinematicsExample.h 297 B

12345678
  1. #ifndef INVERSE_KINEMATICSEXAMPLE_H
  2. #define INVERSE_KINEMATICSEXAMPLE_H
  3. enum Method {IK_JACOB_TRANS=0, IK_PURE_PSEUDO, IK_DLS, IK_SDLS , IK_DLS_SVD};
  4. class CommonExampleInterface* InverseKinematicsExampleCreateFunc(struct CommonExampleOptions& options);
  5. #endif //INVERSE_KINEMATICSEXAMPLE_H