Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp279 double desDistance = shortestPathMatrix[v][w]; in nextIteration() local
286 voteX += desDistance * (currXCoord - voteX) / euclideanDist; in nextIteration()
297 voteY += desDistance * (currYCoord - voteY) / euclideanDist; in nextIteration()
306 voteZ += desDistance * (GA.z(v) - voteZ) / euclideanDist; in nextIteration()