BoundingBox3.h File Reference

Go to the source code of this file.

Classes

struct  CubbyFlow::BoundingBoxRayIntersection3< T >
 3-D box-ray intersection result. More...
 
class  CubbyFlow::BoundingBox< T, 3 >
 3-D axis-aligned bounding box class. More...
 

Namespaces

 CubbyFlow
 

Typedefs

template<typename T >
using CubbyFlow::BoundingBox3 = BoundingBox< T, 3 >
 Type alias for 3-D BoundingBox. More...
 
using CubbyFlow::BoundingBox3F = BoundingBox3< float >
 Float-type 3-D BoundingBox. More...
 
using CubbyFlow::BoundingBox3D = BoundingBox3< double >
 Double-type 3-D BoundingBox. More...
 
using CubbyFlow::BoundingBoxRayIntersection3F = BoundingBoxRayIntersection3< float >
 Float-type 3-D box-ray intersection result. More...
 
using CubbyFlow::BoundingBoxRayIntersection3D = BoundingBoxRayIntersection3< double >
 Double-type 3-D box-ray intersection result. More...