BoundingBox2.h File Reference
#include <Core/BoundingBox/BoundingBox.h>#include <Core/Ray/Ray2.h>#include <Core/Vector/Vector2.h>#include <limits>#include <Core/BoundingBox/BoundingBox2-Impl.h>Go to the source code of this file.
Classes | |
| struct | CubbyFlow::BoundingBoxRayIntersection2< T > |
| 2-D box-ray intersection result. More... | |
| class | CubbyFlow::BoundingBox< T, 2 > |
| 2-D axis-aligned bounding box class. More... | |
Namespaces | |
| CubbyFlow | |
Typedefs | |
| template<typename T > | |
| using | CubbyFlow::BoundingBox2 = BoundingBox< T, 2 > |
| Type alias for 2-D BoundingBox. More... | |
| using | CubbyFlow::BoundingBox2F = BoundingBox2< float > |
| Float-type 2-D BoundingBox. More... | |
| using | CubbyFlow::BoundingBox2D = BoundingBox2< double > |
| Double-type 2-D BoundingBox. More... | |
| using | CubbyFlow::BoundingBoxRayIntersection2F = BoundingBoxRayIntersection2< float > |
| Float-type 2-D box-ray intersection result. More... | |
| using | CubbyFlow::BoundingBoxRayIntersection2D = BoundingBoxRayIntersection2< double > |
| Double-type 2-D box-ray intersection result. More... | |
1.8.14