| Jet
    v1.3.3
    | 
2-D box-ray intersection result. More...
#include <jet/bounding_box2.h>
| Public Attributes | |
| bool | isIntersecting = false | 
| True if the box and ray intersects.  More... | |
| T | tNear = std::numeric_limits<T>::max() | 
| Distance to the first intersection point.  More... | |
| T | tFar = std::numeric_limits<T>::max() | 
| Distance to the second (and the last) intersection point.  More... | |
2-D box-ray intersection result.
| T | The value type. | 
| bool jet::BoundingBoxRayIntersection2< T >::isIntersecting = false | 
True if the box and ray intersects.
| T jet::BoundingBoxRayIntersection2< T >::tFar = std::numeric_limits<T>::max() | 
Distance to the second (and the last) intersection point.
| T jet::BoundingBoxRayIntersection2< T >::tNear = std::numeric_limits<T>::max() | 
Distance to the first intersection point.
 1.8.18
 1.8.18