ajhynes7/scikit-spatial

Can I intersect a Line with a LineSegment?

Closed this issue · 1 comments

I was wondering if its possible to intersect a line with a line segment?

There's no method for this specifically, but there is a method to intersect one line segment with another line segment.