Searched defs:csp_to_point_distance (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dgcodetools.py360 def csp_to_point_distance(csp, p, dist_bounds = [0,1e100], tolerance=.01) : function
2263 dist = csp_to_point_distance(original_csp, s[int(len(s)/2)][1], dist_bounds = [r1,r2], tolerance = .000001)
3349 d1 = csp_to_point_distance([subpath], p, dist_bounds = [0,max_dist], tolerance=.01)

Completed in 72 milliseconds