8 #ifndef HEIGHTSENSOR_H_
9 #define HEIGHTSENSOR_H_
11 #include "LinearMath/btVector3.h"
12 #include "BulletDynamics/Dynamics/btRigidBody.h"
14 #include "btBulletDynamicsCommon.h"
33 btVector3 getWorldPosition()
const;
35 btVector3 getRelativePosition()
const;
36 double getHeight()
const;
38 int getNodeNumber()
const {
43 const btRigidBody *attachedBody;
45 btVector3 attachedRelativeOriginalPosition;
47 btDynamicsWorld *btworld;
Definition of tgSubject class.
Contains the definition of class tgWorld $Id$.
Contains the definition of class tgBulletUtil.