NTRT Simulator
Version: Master
|
Contains the definition of class tgUnidirComprSprActuator. This class assumes a linear spring, F = k x - bV, where the spring begins to apply a force when the length between anchors goes down past restLength. Uses a tgBulletUnidirComprSpr to calculate and apply forces. More...
#include "tgModel.h"
#include "tgControllable.h"
#include "tgSubject.h"
#include "LinearMath/btVector3.h"
#include "tgCompressionSpringActuator.h"
#include <deque>
Go to the source code of this file.
Classes | |
class | tgUnidirComprSprActuator |
struct | tgUnidirComprSprActuator::Config |
Contains the definition of class tgUnidirComprSprActuator. This class assumes a linear spring, F = k x - bV, where the spring begins to apply a force when the length between anchors goes down past restLength. Uses a tgBulletUnidirComprSpr to calculate and apply forces.
Definition in file tgUnidirComprSprActuator.h.