Data type to store information about a ray. More...
#include <BVHRaycaster.hpp>
| Public Attributes | |
| Vector3f | dir | 
| Vector3f | invDir | 
| Vector3i | rayDirSign | 
Data type to store information about a ray.
Definition at line 82 of file BVHRaycaster.hpp.
| Vector3f lvr2::BVHRaycaster< IntT >::Ray::dir | 
Definition at line 83 of file BVHRaycaster.hpp.
| Vector3f lvr2::BVHRaycaster< IntT >::Ray::invDir | 
Definition at line 84 of file BVHRaycaster.hpp.
| Vector3i lvr2::BVHRaycaster< IntT >::Ray::rayDirSign | 
Definition at line 85 of file BVHRaycaster.hpp.