#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 204 of file face/distance.h.
| typedef S vcg::face::PointNormalDistanceFunctor< S >::QueryType |
Definition at line 207 of file face/distance.h.
| typedef S::ScalarType vcg::face::PointNormalDistanceFunctor< S >::ScalarType |
Definition at line 206 of file face/distance.h.
| static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::Alpha | ( | ) | [inline, static] |
Definition at line 211 of file face/distance.h.
| static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::Beta | ( | ) | [inline, static] |
Definition at line 212 of file face/distance.h.
| static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::Gamma | ( | ) | [inline, static] |
Definition at line 213 of file face/distance.h.
| static ScalarType& vcg::face::PointNormalDistanceFunctor< S >::InterPoint | ( | ) | [inline, static] |
Definition at line 214 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 218 of file face/distance.h.
| static const Point3<ScalarType>& vcg::face::PointNormalDistanceFunctor< S >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 208 of file face/distance.h.