AnimatLab  2
Test
RbSphere.h
1 // RbSphere.h: interface for the RbSphere class.
2 //
4 #pragma once
5 
6 namespace RoboticsAnimatSim
7 {
8  namespace Environment
9  {
10  namespace Bodies
11  {
12 
13  class ROBOTICS_PORT RbSphere : public AnimatSim::Environment::Bodies::Sphere, public RbRigidBody
14  {
15  protected:
16 
17  public:
18  RbSphere();
19  virtual ~RbSphere();
20 
21  virtual void CreateParts();
22  virtual void CreateJoints();
23  };
24 
25  } //Bodies
26  } // Environment
27 } //RoboticsAnimatSim
A common class for all rigid body data specific to vortex.
Definition: RbRigidBody.h:52
Classes for implementing the cm-labs vortex physics engine for AnimatLab.