16 #ifndef BT_GHOST_OBJECT_H
17 #define BT_GHOST_OBJECT_H
55 int getNumOverlappingObjects()
const
57 return m_overlappingObjects.
size();
60 btCollisionObject* getOverlappingObject(
int index)
62 return m_overlappingObjects[index];
65 const btCollisionObject* getOverlappingObject(
int index)
const
67 return m_overlappingObjects[index];
72 return m_overlappingObjects;
77 return m_overlappingObjects;