vrsode/include/vrsode/PhysicsJointHinge2.h

Go to the documentation of this file.
00001 
00002 #ifndef _VRSODE_PHYSICS_JOINT_HINGE2_H_
00003 #define _VRSODE_PHYSICS_JOINT_HINGE2_H_
00004 
00005 #include "PhysicsJoint.h"
00006 
00007 #include <ode/ode.h>
00008 #include <vrs/sharedobj.h>
00009 #include <vrs/vector.h>
00010 
00011 namespace vrsode
00012 {
00013 
00014 class PhysicsBody;
00022 class PhysicsJointHinge2 : public PhysicsJoint
00023 {
00024 public:
00025     PhysicsJointHinge2(VRS::SO<PhysicsBody>, VRS::SO<PhysicsBody>,
00026                        VRS::Vector, VRS::Vector, VRS::Vector);
00027     virtual ~PhysicsJointHinge2();
00028 
00029     void setLowStop(double);
00030     void setHighStop(double);
00031     void setStopBounce(double);
00032     void setMotorVelocity(double);
00033     void setMotorMaxForce(double);
00034     void setCFM(double);
00035 };
00036 
00037 }
00038 
00039 #endif
00040 

Generated on Fri May 11 21:01:58 2007 for Random Racer by  doxygen 1.5.1