extend

Chris Mellon arkanes at gmail.com
Mon Nov 14 08:57:37 EST 2005


On 11/14/05, Ben Bush <pythonnew at gmail.com> wrote:
> is there any python code doing this:
> there are two line segments (2x+y-1=0 with the coordinates of two ending
> points are (1,-1) and (-1,3);
> x+y+6=0 with the coordinates of two ending points are (-3,-3) and
> (-4,-2);). They extend and when they meet each other, stop extending.
> how can i use python to implement this in Tkinter?
>
> --
> Thanks!
> Ben Bush
> --

the comp.graphics.algorithms FAQ may be of use to you:
http://cgafaq.info/wiki/Main_Page

> http://mail.python.org/mailman/listinfo/python-list
>
>



More information about the Python-list mailing list