123456789101112131415161718 |
- #include "JointFreeDrag.h"
- void JointFreeDrag::Init()
- {
- }
- void JointFreeDrag::LoadData(WayPoint curWayPt, FTData curForce, WayPoint refWayPt)
- {
- }
- void JointFreeDrag::GetActualTarget(WayPoint& wayPoint)
- {
- }
- void JointFreeDrag::RefreshAdmittancePara()
- {
- }
|