JointFreeDrag.cpp 259 B

123456789101112131415161718
  1. #include "JointFreeDrag.h"
  2. void JointFreeDrag::Init()
  3. {
  4. }
  5. void JointFreeDrag::LoadData(WayPoint curWayPt, FTData curForce, WayPoint refWayPt)
  6. {
  7. }
  8. void JointFreeDrag::GetActualTarget(WayPoint& wayPoint)
  9. {
  10. }
  11. void JointFreeDrag::RefreshAdmittancePara()
  12. {
  13. }