Panda3D
Public Member Functions | List of all members
PhysxRaycastReport Class Reference

Objects of this class are returned by the 'raycast all' methods. More...

#include "physxRaycastReport.h"

Inheritance diagram for PhysxRaycastReport:

Public Member Functions

PhysxRaycastHit get_first_hit ()
 
PhysxRaycastHit get_hit (unsigned int idx)
 
PhysxRaycastHit get_next_hit ()
 
unsigned int get_num_hits () const
 
 MAKE_SEQ (get_hits, get_num_hits, get_hit)
 
virtual bool onHit (const NxRaycastHit &hit)
 

Detailed Description

Objects of this class are returned by the 'raycast all' methods.

They contain an iterable list of all hits that the raycast query produced.

Definition at line 31 of file physxRaycastReport.h.


The documentation for this class was generated from the following files: