AnimatLab  2
Test
RbPrismaticLimit.h
1 
2 #pragma once
3 
4 namespace RoboticsAnimatSim
5 {
6  namespace Environment
7  {
8  namespace Joints
9  {
10 
12  {
13  protected:
14  virtual void SetLimitValues();
15 
16  public:
18  virtual ~RbPrismaticLimit();
19 
20  virtual void Alpha(float fltA) {};
21  virtual void SetLimitPos();
22  virtual void SetupGraphics() {};
23  virtual void DeleteGraphics() {};
24  };
25 
26  } //Joints
27  } // Environment
28 } //RoboticsAnimatSim
virtual void SetupGraphics()
Sets up the graphics for the constraint.
virtual void DeleteGraphics()
Deletes up the graphics for the constraint.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
virtual void Alpha(float fltA)
Sets the alpha color value for this constraint.