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

/inkscape/share/extensions/
H A Dgcodetools.py530 ### csp_segments_intersection(sp1,sp2,sp3,sp4)
536 def csp_segments_intersection(sp1,sp2,sp3,sp4) : function
603 intersections = csp_segments_intersection(sp1,sp2,sp3,sp4)
2153 intersections = csp_segments_intersection(sp1,sp2,sp2,sp3)
2160 intersections = csp_segments_intersection(subpath[i-1],subpath[i],subpath1[j-1],subpath1[j])

Completed in 45 milliseconds