20 bool PhysxRaycastReport::
21 onHit(
const NxRaycastHit& hit) {
30 unsigned int PhysxRaycastReport::
31 get_num_hits()
const {
42 _iterator = _hits.begin();
43 return get_next_hit();
52 if (_iterator != _hits.end()) {
66 get_hit(
unsigned int idx) {
68 if (!(idx < _hits.size()))
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This structure captures results for a single raycast query.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.