#include <vcg/math/base.h>
#include <vcg/space/point3.h>
#include <vcg/space/segment3.h>
Go to the source code of this file.
Classes | |
class | vcg::face::PointDistanceBaseFunctor< S > |
class | vcg::face::PointDistanceFunctor< S > |
class | vcg::face::PointNormalDistanceFunctor< S > |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::face |
Functions | |
template<class FaceType > | |
bool | vcg::face::PointDistance (const FaceType &f, const vcg::Point3< typename FaceType::ScalarType > &q, typename FaceType::ScalarType &dist, vcg::Point3< typename FaceType::ScalarType > &p) |
template<class FaceType > | |
bool | vcg::face::PointDistanceBase (const FaceType &f, const vcg::Point3< typename FaceType::ScalarType > &q, typename FaceType::ScalarType &dist, vcg::Point3< typename FaceType::ScalarType > &p) |