28class EXPCL_PANDAPHYSX PhysxRaycastReport :
public NxUserRaycastReport {
31 unsigned int get_num_hits()
const;
35 MAKE_SEQ(get_hits, get_num_hits, get_hit);
38 INLINE PhysxRaycastReport();
39 INLINE ~PhysxRaycastReport();
41 virtual bool onHit(
const NxRaycastHit& hit);
44 typedef pvector<PhysxRaycastHit> Hits;
47 typedef Hits::const_iterator const_iterator;
48 const_iterator _iterator;