contains.h

Back to Orphans

pastel/geometry/

// Description: An aggregate file containment testing.

#ifndef PASTELGEOMETRY_CONTAINS_H
#define PASTELGEOMETRY_CONTAINS_H

#include "pastel/geometry/containment/contains_alignedbox_alignedbox.h"
#include "pastel/geometry/containment/contains_alignedbox_sphere.h"
#include "pastel/geometry/containment/contains_sphere_alignedbox.h"

#endif