vrsode/include/vrsode/PhysicsJointBall.h

Go to the documentation of this file.
00001 
00002 #ifndef _VRSODE_PHYSICS_JOINT_BALL_H_
00003 #define _VRSODE_PHYSICS_JOINT_BALL_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;
00023 class PhysicsJointBall : public PhysicsJoint
00024 {
00025 public:
00026     PhysicsJointBall(VRS::SO<PhysicsBody>, VRS::SO<PhysicsBody>, VRS::Vector);
00027     virtual ~PhysicsJointBall();
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 
00040 #endif

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