Home
last modified time | relevance | path

Searched defs:repForcesStrength (Results 1 – 1 of 1) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DFMMMLayout.h512 double repForcesStrength() const { return m_repForcesStrength; } in repForcesStrength() function
515 void repForcesStrength(double x) { m_repForcesStrength =((x > 0)? x : 1);} in repForcesStrength() function