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

/inkscape/src/libavoid/
H A Dmakepath.cpp173 const double segmt_penalty = router->routingPenalty(segmentPenalty); local
177 if ((angle_penalty > 0) || (segmt_penalty > 0))
200 result += (2 * segmt_penalty);
206 result += segmt_penalty;

Completed in 16 milliseconds