#include <raytest.hxx>
Inherits object_hit_list.
Public Member Functions | |
| int | count () const |
| Returns number of items in the entity_hit_list. | |
| entity_hit * | operator[] (int index) |
| Returns a pointer to the ith item in the entity_hit_list. | |
Role: This class provides the mechanism for returning ray hits to the caller of api_ray_fire.
| int entity_hit_list::count | ( | ) | const |
Returns number of items in the entity_hit_list.
| entity_hit* entity_hit_list::operator[] | ( | int | index | ) |
Returns a pointer to the ith item in the entity_hit_list.