22 #ifndef _ODEBALLJOINT_HH_    23 #define _ODEBALLJOINT_HH_    48       public: 
virtual math::Vector3 GetAnchor(
unsigned int _index) 
const;
    51       public: 
virtual void SetAnchor(
unsigned int _index,
    55       public: 
virtual math::Vector3 GetGlobalAxis(
unsigned int _index) 
const;
    58       public: 
virtual void SetVelocity(
unsigned int _index, 
double _angle);
    61       public: 
virtual double GetVelocity(
unsigned int _index) 
const;
    64       public: 
virtual math::Angle GetAngleImpl(
unsigned int _index) 
const;
    67       public: 
virtual void SetAxis(
unsigned int _index,
    71       public: 
virtual math::Angle GetHighStop(
unsigned int _index);
    74       public: 
virtual math::Angle GetLowStop(
unsigned int _index);
    77       public: 
virtual bool SetHighStop(
unsigned int _index,
    81       public: 
virtual bool SetLowStop(
unsigned int _index,
    85       protected: 
virtual void SetForceImpl(
unsigned int _index, 
double _torque);
 Forward declarations for the common classes. 
Definition: Animation.hh:33
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
 
An ODEBallJoint. 
Definition: ODEBallJoint.hh:37
 
An angle and related functions. 
Definition: Angle.hh:53
 
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:72
 
Base class for a ball joint. 
Definition: BallJoint.hh:40