#include "OSDLEngineCommon.h"#include "Ceylan.h"#include <string>#include <list>

Go to the source code of this file.
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:
| |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Engine |
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... | |
1.6.3