Home
last modified time | relevance | path

Searched refs:newXCoord (Results 1 – 2 of 2) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp260 double newXCoord = 0.0; in nextIteration() local
289 newXCoord += weight * voteX; in nextIteration()
316 currXCoord = newXCoord / totalWeight; in nextIteration()
/dports/graphics/kimagemapeditor/kimagemapeditor-21.12.3/
H A Dkimearea.cpp1168 int newXCoord=(*it).toInt(&ok,10); in setCoords() local
1174 insertCoord(_coords.size(), QPoint(newXCoord,newYCoord)); in setCoords()