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

/inkscape/src/libavoid/
H A Dmakepath.cpp446 double edgeDist = dist(BestNode.inf->point, curr->point); local
448 Node.g = BestNode.g + cost(lineRef, edgeDist, BestNode.inf,
636 double edgeDist = (*edge)->getDist(); local
638 if (edgeDist == 0)
654 Node.g = BestNode.g + cost(lineRef, edgeDist, BestNode.inf,

Completed in 40 milliseconds