Searched refs:pointOnLine (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libavoid/
H A Dgeometry.h59 extern bool pointOnLine(const Point& a, const Point& b, const Point& c,
H A Dgeometry.cpp73 bool pointOnLine(const Point& a, const Point& b, const Point& c, function in namespace:Avoid
127 else if ( (((s2 == e1) || pointOnLine(s1, s2, e1)) &&
130 (((s2 == e2) || pointOnLine(s1, s2, e2)) &&
H A Dconnector.cpp1173 pointOnLine(p0, p1, c0, tolerance))
1186 if (pointOnLine(p0, p1, c1, tolerance))
1201 pointOnLine(c0, c1, p0, tolerance))
1210 if (pointOnLine(c0, c1, p1, tolerance))
1259 // XXX When doing the pointOnLine test we allow the points to be
/inkscape/src/libcola/
H A Dstraightener.cpp36 static bool pointOnLine(double px,double py, double ax, double ay, double bx, double by, double& tx) { function in namespace:straightener
87 if(pointOnLine(px,py,ax,ay,bx,by,t)) {

Completed in 115 milliseconds