vrsode/include/vrsode/PhysicsJointHinge.h

Go to the documentation of this file.
00001 
00002 #ifndef _VRSODE_PHYSICS_JOINT_HINGE_H_
00003 #define _VRSODE_PHYSICS_JOINT_HINGE_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;
00024 class PhysicsJointHinge : public PhysicsJoint
00025 {
00026 public:
00027     PhysicsJointHinge(VRS::SO<PhysicsBody>, VRS::SO<PhysicsBody>,
00028                       VRS::Vector, VRS::Vector);
00029     virtual ~PhysicsJointHinge();
00030 
00031     void setLowStop(double);
00032     void setHighStop(double);
00033     void setStopBounce(double);
00034     void setMotorVelocity(double);
00035     void setMotorMaxForce(double);
00036     void setCFM(double);
00037 };
00038 
00039 }
00040 
00041 #endif
00042 

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