#include "OSDLEngineCommon.h"
#include "Ceylan.h"
#include <string>
#include <list>
Include dependency graph for OSDLBoundingBox.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
namespace | OSDL::Engine |
Classes | |
class | OSDL::Engine::BoundingBoxException |
Exception raised by bounding boxes. More... | |
class | OSDL::Engine::BoundingBox |
Bounding boxes are geometrical shapes that verify the following properties :
| |
Enumerations | |
enum | OSDL::Engine::IntersectionResult { OSDL::Engine::isSeparate, OSDL::Engine::contains, OSDL::Engine::isContained, OSDL::Engine::intersects, OSDL::Engine::isEqual } |
Describes the result of an intersection check between an object and another object. More... |