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

/inkscape/src/libcola/
H A Dgradient_projection.h5 #include <libvpsc/variable.h>
32 variable(NULL)
35 position = variable->position();
41 vpsc::Variable* variable; member in class:AlignmentConstraint
75 * The constraints are specified by a two lists of pairs of variable indexes and required separation.
135 * Extract the result of a VPSC solution to the variable positions
221 vpsc::Variable *v=ac->variable=new vpsc::Variable(vars.size(),ac->position,0.0001);
/inkscape/src/libavoid/
H A Dorthogonal.cpp67 variable(NULL),
82 variable(NULL)
179 Variable *variable; member in class:Avoid::ShiftSegment
2196 // Create a solver variable for the position of this segment.
2223 currSegment->variable = new Variable(varID, idealPos, weight);
2224 vs.push_back(currSegment->variable);
2236 Variable *prevVar = prevSeg->variable;
2306 double newPos = currSegment->variable->finalPosition;

Completed in 15 milliseconds