#include <sstream>
#include <cstdlib>
#include <cassert>
#include <cstring>
#include <vector>
#include <algorithm>
#include "FloatingPointComparisson.hpp"
Go to the source code of this file.
Classes | |
class | BoundingBox |
A concrete object that provides the functionality for representing a bounding box geometric primitive and associated operations such as bounding box intersection. More... | |