#include "BBox.h"

Go to the source code of this file.
Classes | |
| class | Shape |
Typedefs | |
| typedef const Shape * | ShapePtr |
| typedef bool(* | Intersect) (const Shape &, const Shape &, const Transform &, const Transform &, Vector &) |
| typedef bool(* | Common_point) (const Shape &, const Shape &, const Transform &, const Transform &, Vector &, Point &, Point &) |
Enumerations | |
| enum | ShapeType { COMPLEX, CONVEX } |