#include <Geom/Points.h>#include <Geom/PointAlg.h>Go to the source code of this file.
Namespaces | |
| namespace | geom |
Functions | |
| template<class P> | |
| P | geom::projectPointToLine (const P &startPt, const P &endPt, const P &pt) |
| Project the point pt to the infinite line through startPt and endPt. | |
| template<class P> | |
| bool | geom::projectPointToSegment (const P &startPt, const P &endPt, const P &pt, double tol, P *pProjPt=0, double *pParam=0) |
| template<class P> | |
| int | geom::getOrientation (const P &p0, const P &p1, const P &pt, double tol) |
1.4.6