Re: shortest distance between two segments



On Jul 25, 2:52 am, alessio211734 <alessio211...@xxxxxxxx> wrote:
I looking for a fast algorithms to performs the shortest distance
between two 2d segments.
I have two vertex for every segment .

Line1 (x1,y1) (x2,y2)
Line2 (x3,y3) (x4,y4)

How can I perform the minimun distance?
Thanks.

Ale.

I'd start here: http://tinyurl.com/67a36a
.