8 #include "RbMovableItem.h"
11 #include "RbRigidBody.h"
13 #include "RbSimulator.h"
33 RbEllipsoid::~RbEllipsoid()
39 {
Std_TraceMsg(0,
"Caught Error in desctructor of RbEllipsoid/\r\n",
"", -1,
false,
true);}
44 RbRigidBody::CreateItem();
45 Ellipsoid::CreateParts();
53 Ellipsoid::CreateJoints();
54 RbRigidBody::Initialize();
Declares the vortex ellipsoid class.
virtual void CreateJoint()
Creates the joint.
RbEllipsoid()
Default constructor.
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.
virtual void CreateParts()
Allows the rigid body to create its parts using the chosen physics engine.
Joint * m_lpJointToParent
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
virtual void CreateJoints()
Allows the rigid body to create its joints using the chosen physics engine.