Searched defs:centerPoint (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Dvisibility.cpp171 static Point centerPoint; member in namespace:Avoid
181 double x = vInf->point.x - centerPoint.x;
182 double y = vInf->point.y - centerPoint.y;
185 distance = euclideanDist(centerPoint, vInf->point);
260 dist2(euclideanDist(vInf2->point, centerPoint)),
318 centerPoint, p.vInf->point, &(pp.x), &(pp.y));
327 angleDist = euclideanDist(pp, centerPoint);
426 // Touching, but centerPoint is on another edge of
448 // Touching, but centerPoint is on another edge of
482 centerPoint
[all...]

Completed in 16 milliseconds