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

/inkscape/share/extensions/
H A Dgcodetools.py585 intersection, t1, t2 = straight_segments_intersection([a[0]]+[a[3]],[b[0]]+[b[3]])
1554 def straight_segments_intersection(a,b, true_intersection = True) : # (True intersection means check ta and tb are in [0,1]) function

Completed in 35 milliseconds