X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 19 Aug 2013 15:10:59 -0400 Message-Id: <201308191910.r7JJAxCC032645@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <1376939130.2073.53.camel@AMD64X2.fritz.box> (message from Stefan Salewski on Mon, 19 Aug 2013 21:05:30 +0200) Subject: Re: [geda-user] Dead link in the wiki pages. References: <520F9550 DOT 5030700 AT iae DOT nl> <1376774043 DOT 3434 DOT 8 DOT camel AT AMD64X2 DOT fritz DOT box> <1376861024 DOT 3598 DOT 24 DOT camel AT AMD64X2 DOT fritz DOT box> <521252B5 DOT 90506 AT buffalo DOT edu> <1376939130 DOT 2073 DOT 53 DOT camel AT AMD64X2 DOT fritz DOT box> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Indeed intersection of lines is a very simple problem, intersection of > line segments too, if you only need a boolean answer. If you need the > point of intersection it is a little bit more complicated. You could just call intersection_of_linesegs() in pcb ;-)