On 10/9/05, Kirby Urner <[EMAIL PROTECTED]> wrote:
> I'll post again when I have more research behind me and either a solution or
> concrete frustration in sight -- not before.

I think you should just sort them by (x, y, z) and then comb through
the list looking for near-adjacent matches. Basically you have to
compare each point to all points following it in the list until the x
coordinate is more than epsilon away.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to