Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dmakepath.cpp320 const double segmt_penalty = router->routingParameter(segmentPenalty); in cost() local
324 if ((angle_penalty > 0) || (segmt_penalty > 0)) in cost()
347 result += (2 * segmt_penalty); in cost()
353 result += segmt_penalty; in cost()