On 2 September 2013 02:50, Josè Luis Mietta <joseluismie...@yahoo.com.ar>wrote:

> I wanna see if two line segments are connected by a path formed by line
> segments intersected.
>

You could build a network where each segment is a node and an intersection
is a link. Then, you could use NetworkX connected_components to get groups
of segments together.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to