#include <assert.h>
#include <vcg/math/base.h>
#include <vcg/space/point2.h>
Go to the source code of this file.
Classes | |
class | vcg::Box2< BoxScalarType > |
Namespaces | |
namespace | vcg |
* | |
Functions | |
template<class ScalarType > | |
Point2< ScalarType > | vcg::ClosestPoint2Box2 (const Point2< ScalarType > &test, const Box2< ScalarType > &bbox) |
template<class ScalarType > | |
ScalarType | vcg::DistancePoint2Box2 (const Point2< ScalarType > &test, const Box2< ScalarType > &bbox) |