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

/inkscape/src/libavoid/
H A Dvpsc.h135 double finalPosition; member in class:Avoid::Variable
H A Dvpsc.cpp100 * Stores the relative positions of the variables in their finalPosition
106 v->finalPosition=v->position();
107 COLA_ASSERT(v->finalPosition==v->finalPosition);/// TODO: check! Possibly some error in this line...
H A Dorthogonal.cpp2292 if (fabs(vs[i]->finalPosition - vs[i]->desiredPosition) > 0.01)
2306 double newPos = currSegment->variable->finalPosition;
2314 printf("+vs[%d]=%f\n",i,vs[i]->finalPosition);

Completed in 19 milliseconds