6 #include "RbMovableItem.h"
9 #include "RbMotorizedJoint.h"
10 #include "RbRigidBody.h"
13 #include "RbSimulator.h"
36 {
Std_TraceMsg(0,
"Caught Error in desctructor of RbLine\r\n",
"", -1,
false,
true);}
39 void RbLine::SetThisPointers()
41 RbRigidBody::SetThisPointers();
44 void RbLine::CreateParts()
46 RbRigidBody::CreateItem();
49 void RbLine::StepSimulation(
float fltTension)
53 void RbLine::ResetSimulation()
58 void RbLine::AfterResetSimulation()
void Std_TraceMsg(const int iLevel, std::string strMessage, std::string strSourceFile, int iSourceLine, bool bLogToFile, bool bPrintHeader)
Traces a message to the debugger window.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.