Re: [Tutor] triangulation

2005-11-10 Thread Shi Mu
I see. maybe some websites are blocked to me. On 11/10/05, Danny Yoo <[EMAIL PROTECTED]> wrote: > > Hi Shi Mu, > > There are some direct ways you can find a delaunay triangulation > implementation in Python. In fact, the first Google hit to "triangulation > python" should come up with something r

Re: [Tutor] triangulation

2005-11-10 Thread Danny Yoo
Hi Shi Mu, There are some direct ways you can find a delaunay triangulation implementation in Python. In fact, the first Google hit to "triangulation python" should come up with something relevant. Also, try the search "triangulation" in: http://www.python.org/pypi?%3Aaction=search_form A

Re: [Tutor] triangulation

2005-11-10 Thread Jason Massey
lol, that's just funny. On 11/10/05, Shi Mu <[EMAIL PROTECTED]> wrote: > the Internet is down for one day and so wonderful to have so many > responses. i have checked all the links you guys mentioned. what i > want is delaunay triangulation and the available ones online are > written in C, Java

Re: [Tutor] triangulation

2005-11-10 Thread Shi Mu
the Internet is down for one day and so wonderful to have so many responses. i have checked all the links you guys mentioned. what i want is delaunay triangulation and the available ones online are written in C, Java and FORTRAN. I want to see some in Python because it is hard for me to figure out

Re: [Tutor] triangulation

2005-11-10 Thread Alex Hunsley
Alan Gauld wrote: >>As in Pythagoras? >> >> > > > >>Or as in triangulation on a 2D surface, navigation etc.? >> >> > > > >>Or, do you mean radio triangulation by directional signal propagation >> >> > > > >>Or, do you mean drawing a triangle in Tkinter? >> >> > >Or even trian

Re: [Tutor] triangulation

2005-11-09 Thread Gregor Lingl
Alex Hunsley schrieb: Shi Mu wrote: is there any sample code of triangulation? many thanks! Yes, probably. Indeed, there is. See attachment regards Gregor ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/t

Re: [Tutor] triangulation

2005-11-09 Thread Liam Clarke-Hutchinson
Eek. -Original Message- From: Alan Gauld [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 November 2005 12:07 p.m. To: Liam Clarke-Hutchinson; 'Shi Mu' Cc: tutor@python.org Subject: Re: [Tutor] triangulation > As in Pythagoras? > Or as in triangulation on a 2D surface

Re: [Tutor] triangulation

2005-11-09 Thread Alan Gauld
> As in Pythagoras? > Or as in triangulation on a 2D surface, navigation etc.? > Or, do you mean radio triangulation by directional signal propagation > Or, do you mean drawing a triangle in Tkinter? Or even triangulation of currency from EU currency to EU currency via the euro? See: http://

Re: [Tutor] triangulation

2005-11-09 Thread Danny Yoo
> ...Not that I know if that will work or not. I'm just going on some > outdated Tkinter tutorials; I daresay the syntax of passing co-ordinates > has changed (I'd hope so.) > > Can you be more specific? Hi Liam, Many of the questions that Shi Mu has been asking: http://mail.python.org/pipe

Re: [Tutor] triangulation

2005-11-09 Thread Liam Clarke-Hutchinson
e more specific? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shi Mu Sent: Thursday, 10 November 2005 1:16 a.m. To: Chris or Leslie Smith Cc: tutor@python.org Subject: [Tutor] triangulation is there any sample code of triangulati

Re: [Tutor] triangulation

2005-11-09 Thread Danny Yoo
On Wed, 9 Nov 2005, Shi Mu wrote: > is there any sample code of triangulation? many thanks! Hi Shi Mu, I know people have already asked you to read "How to Ask Questions the Smart Way". http://www.catb.org/~esr/faqs/smart-questions.html Please really look at it. Frankly, you're asking q

Re: [Tutor] triangulation

2005-11-09 Thread Alex Hunsley
Shi Mu wrote: >is there any sample code of triangulation? many thanks! > > Yes, probably. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] triangulation

2005-11-09 Thread Shi Mu
is there any sample code of triangulation? many thanks! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor