6 #include "BlConstraintFriction.h"
8 #include "BlMotorizedJoint.h"
9 #include "BlRigidBody.h"
10 #include "BlSimulator.h"
21 BlConstraintFriction::BlConstraintFriction()
25 BlConstraintFriction::~BlConstraintFriction()
31 ConstraintFriction::Initialize();
33 SetFrictionProperties();
36 void BlConstraintFriction::SetFrictionProperties()
42 lpJoint->SetConstraintFriction();
A common class for all joint data specific to vortex.
Simulator * m_lpSim
The pointer to a Simulation.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
Node * m_lpNode
The pointer to this items parent Node. If this is not relevant for this object then this is NULL...
virtual void Initialize()
Initializes this object.