#include <distance.h>
Public Types | |
typedef S | QueryType |
typedef S::ScalarType | ScalarType |
Public Member Functions | |
template<class FACETYPE , class SCALARTYPE > | |
bool | operator() (const FACETYPE &f, const typename FACETYPE::VertexType &p, SCALARTYPE &minDist, Point3< SCALARTYPE > &q) |
Static Public Member Functions | |
static ScalarType & | Alpha () |
static ScalarType & | Beta () |
static ScalarType & | Gamma () |
static ScalarType & | InterPoint () |
static const Point3< ScalarType > & | Pos (const QueryType &qt) |
Definition at line 267 of file face/distance.h.
typedef S vcg::face::PointNormalDistanceFunctor< S >::QueryType |
Definition at line 270 of file face/distance.h.
typedef S::ScalarType vcg::face::PointNormalDistanceFunctor< S >::ScalarType |
Definition at line 269 of file face/distance.h.
static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::Alpha | ( | ) | [inline, static] |
Definition at line 274 of file face/distance.h.
static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::Beta | ( | ) | [inline, static] |
Definition at line 275 of file face/distance.h.
static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::Gamma | ( | ) | [inline, static] |
Definition at line 276 of file face/distance.h.
static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::InterPoint | ( | ) | [inline, static] |
Definition at line 277 of file face/distance.h.
bool vcg::face::PointNormalDistanceFunctor< S >::operator() | ( | const FACETYPE & | f, | |
const typename FACETYPE::VertexType & | p, | |||
SCALARTYPE & | minDist, | |||
Point3< SCALARTYPE > & | q | |||
) | [inline] |
Definition at line 281 of file face/distance.h.
static const Point3<ScalarType>& vcg::face::PointNormalDistanceFunctor< S >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 271 of file face/distance.h.