17 #ifndef _ODEMULTIRAYSHAPE_HH_ 
   18 #define _ODEMULTIRAYSHAPE_HH_ 
   45       public: 
virtual void UpdateRays();
 
   51       private: 
static void UpdateCallback(
void *_data, dGeomID _o1,
 
   61       private: dSpaceID superSpaceId;
 
   64       private: dSpaceID raySpaceId;
 
   68       private: 
bool defaultUpdate = 
true;
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
Laser collision contains a set of ray-collisions, structured to simulate a laser range scanner...
Definition: MultiRayShape.hh:41
boost::shared_ptr< PhysicsEngine > PhysicsEnginePtr
Definition: PhysicsTypes.hh:125
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:113
ODE specific version of MultiRayShape. 
Definition: ODEMultiRayShape.hh:31