|
Jet
v1.3.3
|
#include <jet/bounding_box.h>#include <jet/ray3.h>#include <jet/vector3.h>#include <limits>#include "detail/bounding_box3-inl.h"Go to the source code of this file.
Classes | |
| struct | jet::BoundingBoxRayIntersection3< T > |
| 3-D box-ray intersection result. More... | |
| class | jet::BoundingBox< T, 3 > |
| 3-D axis-aligned bounding box class. More... | |
Namespaces | |
| jet | |
Typedefs | |
| template<typename T > | |
| using | jet::BoundingBox3 = BoundingBox< T, 3 > |
| Type alias for 3-D BoundingBox. More... | |
| typedef BoundingBox3< float > | jet::BoundingBox3F |
| Float-type 3-D BoundingBox. More... | |
| typedef BoundingBox3< double > | jet::BoundingBox3D |
| Double-type 3-D BoundingBox. More... | |
| typedef BoundingBoxRayIntersection3< float > | jet::BoundingBoxRayIntersection3F |
| Float-type 3-D box-ray intersection result. More... | |
| typedef BoundingBoxRayIntersection3< double > | jet::BoundingBoxRayIntersection3D |
| Double-type 3-D box-ray intersection result. More... | |
1.8.18