14#ifndef PHYSXRAYCASTREPORT_H
15#define PHYSXRAYCASTREPORT_H
31 unsigned int get_num_hits()
const;
35 MAKE_SEQ(get_hits, get_num_hits, get_hit);
41 virtual bool onHit(
const NxRaycastHit& hit);
47 typedef Hits::const_iterator const_iterator;
48 const_iterator _iterator;
This structure captures results for a single raycast query.
Objects of this class are returned by the 'raycast all' methods.
This is our own Panda specialization on the default STL vector.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.