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

/inkscape/src/
H A Dmod360-test.h13 static double inf() { return INFINITY; } function in class:Mod360Test
27 {inf(), 0},
28 {-inf(), 0},
/inkscape/src/libavoid/
H A Dmakepath.cpp49 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 Dvisibility.cpp178 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...]
/inkscape/src/io/
H A Duristream.cpp107 inf = fopen_utf8name(cpath, FILE_READ);
108 if (!inf) {
134 inf(source),
141 if (!inf) {
178 if (!inf)
180 fflush(inf);
181 fclose(inf);
182 inf=NULL;
205 if (!inf || feof(inf))
[all...]
H A Duristream.h54 FILE *inf; //for file: uris member in class:Inkscape::IO::UriInputStream
/inkscape/src/2geom/
H A Dpoint.cpp78 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/share/extensions/
H A Dgcodetools.py497 minx = [float("inf"), 0, 0, 0]
498 maxx = [float("-inf"), 0, 0, 0]
499 miny = [float("inf"), 0, 0, 0]
500 maxy = [float("-inf"), 0, 0, 0]
1572 def isinf(x): inf = 1e5000; return x == inf or x == -inf
4779 if min_y!=float("-inf") :
6018 bounds = [float('inf'),float('inf'),floa
[all...]

Completed in 50 milliseconds