Searched defs:inf (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | mod360-test.h | 13 static double inf() { return INFINITY; } function in class:Mod360Test 27 {inf(), 0}, 28 {-inf(), 0},
|
/inkscape/src/io/ |
H A D | uristream.h | 54 FILE *inf; //for file: uris member in class:Inkscape::IO::UriInputStream
|
/inkscape/src/2geom/ |
H A D | point.cpp | 78 static double const inf = HUGE_VAL; local 79 if(len != inf) { 86 if ( _pt[i] == inf ) { 89 } else if ( _pt[i] == -inf ) { 101 assert(len != inf);
|
/inkscape/src/libavoid/ |
H A D | makepath.cpp | 49 VertInf* inf; member in class:Avoid::ANode 59 : inf(vinf), 68 : inf(NULL), 151 connRoute.ps[routeSize] = done[curr].inf->point; 165 VertInf *inf1 = (inf1Index >= 0) ? done[inf1Index].inf : NULL; 440 Node.h = estimatedCost(lineRef, NULL, Node.inf->point, 446 double edgeDist = dist(BestNode.inf->point, curr->point); 448 Node.g = BestNode.g + cost(lineRef, edgeDist, BestNode.inf, 449 Node.inf, DONE, BestNode.prevIndex); 452 Node.h = estimatedCost(lineRef, &(BestNode.inf [all...] |
H A D | visibility.cpp | 178 PointPair(VertInf *inf) argument 179 : vInf(inf) 493 for (VertInf *inf = beginVert; inf != endVert; inf = inf->lstNext) 495 if (inf == centerInf) 500 else if (inf->id == dummyOrthogID) 506 if (!(centerID.isShape) && (ss.find(inf->id.objID) != ss.end())) 509 unsigned int shapeID = inf [all...] |
Completed in 18 milliseconds