#include <Geom/Points.h>
Go to the source code of this file.
Namespaces | |
namespace | geom |
Classes | |
class | geom::BoundingBox< P > |
Typedefs | |
typedef BoundingBox< Point2d > | geom::BoundingBox2d |
typedef BoundingBox< Point3d > | geom::BoundingBox3d |
Functions | |
int | geom::maxBoxCoord (int) |
double | geom::maxBoxCoord (double) |
template<class B, class P> | |
bool | geom::isPointInBox (const B &box, const P &pt) |
template<class B> | |
bool | geom::boxesIntersect (const B &b1, const B &b2) |
template<class B, class P> | |
void | geom::getBoundingBox (const P &pt, B *pBox) |
template<class B> | |
void | geom::expandBoundingBox (double eps, B *pBox) |