#include <SOLID/solid.h>#include "Transform.h"#include "BBox.h"#include "Endpoint.h"#include "Shape.h"

Go to the source code of this file.
Classes | |
| class | Object |
Functions | |
| bool | intersect (const Object &, const Object &, Vector &v) |
| bool | common_point (const Object &, const Object &, Vector &, Point &, Point &) |
| bool | prev_closest_points (const Object &, const Object &, Vector &, Point &, Point &) |