#include <vcg/math/base.h>#include <vcg/space/point3.h>#include <vcg/space/distance3.h>#include <vcg/space/segment3.h>

Go to the source code of this file.
Classes | |
| class | vcg::edge::PointDistanceFunctor< S > |
Namespaces | |
| namespace | vcg |
* | |
| namespace | vcg::edge |
Functions | |
| template<class EdgeType > | |
| EdgeType::VertexType::CoordType | vcg::edge::Center (const EdgeType &e) |
| template<class EdgeType > | |
| EdgeType::ScalarType | vcg::edge::Length (const EdgeType &e) |
| template<class EdgeType > | |
| bool | vcg::edge::PointDistance (const EdgeType &e, const vcg::Point3< typename EdgeType::ScalarType > &q, typename EdgeType::ScalarType &dist, vcg::Point3< typename EdgeType::ScalarType > &p) |