Searched refs:pointOnLine (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/libavoid/ |
H A D | geometry.h | 59 extern bool pointOnLine(const Point& a, const Point& b, const Point& c,
|
H A D | geometry.cpp | 73 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 D | connector.cpp | 1173 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 D | straightener.cpp | 36 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