53 void tgBasicActuatorInfo::initConnector(
tgWorld& world)
56 m_bulletSpringCable = createTgBulletSpringCable();
66 assert(m_bulletSpringCable);
70 double tgBasicActuatorInfo::getMass()
85 btRigidBody* fromBody = getFromRigidBody();
86 btRigidBody* toBody = getToRigidBody();
91 std::vector<tgBulletSpringCableAnchor*> anchorList;
94 anchorList.push_back(anchor1);
97 anchorList.push_back(anchor2);
tgBasicActuatorInfo(const tgBasicActuator::Config &config)
virtual tgConnectorInfo * createConnectorInfo(const tgPair &pair)
Definition of class tgBasicActuatorInfo.
Definitions of class tgBulletSpringCableAnchor, formerly muscleAnchor.
virtual btVector3 getConnectionPoint(const btVector3 &referencePoint, const btVector3 &destinationPoint) const =0
Definitions of classes tgBulletSpringCable $Id$.