#include <RT_RayStats.h>
Public Members | |||
![]() | ![]() | Int | rays |
![]() | ![]() | rays cast. | |
![]() | ![]() | Int | hits |
![]() | ![]() | object hits. | |
![]() | ![]() | Int | goodHits |
![]() | ![]() | first hits only. | |
![]() | ![]() | Int | polysTested |
![]() | ![]() | polygons tested against. | |
![]() | ![]() | Int | intersections |
![]() | ![]() | point-in-poly tests. | |
![]() | ![]() | Int | voxels |
![]() | ![]() | voxels traversed. | |
![]() | ![]() | Int | grids |
![]() | ![]() | grids traversed. | |
![]() | ![]() | Int | d1 |
![]() | ![]() | Int | d2 |
![]() | ![]() | cached result. | |
![]() | ![]() | Real | time |
Definition at line 16 of file RT_RayStats.h.
Int RayStats::d1 |
Definition at line 25 of file RT_RayStats.h.
Int RayStats::d2 |
Int RayStats::goodHits |
Int RayStats::grids |
Int RayStats::hits |
Int RayStats::intersections |
Int RayStats::polysTested |
Int RayStats::rays |
Real RayStats::time |
Definition at line 27 of file RT_RayStats.h.
Int RayStats::voxels |