AnimatLab  2
Test
RbConstraintFriction.cpp
1 // RbConstraintFriction.cpp: implementation of the RbConstraintFriction class.
2 //
4 
5 #include "StdAfx.h"
6 #include "RbMovableItem.h"
7 #include "RbBody.h"
8 #include "RbConstraintFriction.h"
9 #include "RbJoint.h"
10 #include "RbMotorizedJoint.h"
11 #include "RbRigidBody.h"
12 #include "RbSimulator.h"
13 
14 namespace RoboticsAnimatSim
15 {
16  namespace Environment
17  {
18 
20 // Construction/Destruction
22 
23 RbConstraintFriction::RbConstraintFriction()
24 {
25 }
26 
27 RbConstraintFriction::~RbConstraintFriction()
28 {
29 }
30 
32 {
33  ConstraintFriction::Initialize();
34 }
35 
36 void RbConstraintFriction::SetFrictionProperties()
37 {
38 }
39 
40  } // Visualization
41 } //RoboticsAnimatSim
virtual void Initialize()
Initializes this object.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.