Re: Geometry package

2009-03-29 Thread Max Erickson
Justin Pearson wrote: > Hi all, > > I'm looking for a geometry package in Python; something that will > let me define line segments, and can tell me if two line segments > intersect. It would be nice if the lines could be defined in > n-space (rather than be confined to 2 or 3 dimensions), but t

Re: Geometry package

2009-03-28 Thread Emile van Sebille
Justin Pearson wrote: Hi all, I'm looking for a geometry package in Python; something that will let me define line segments, and can tell me if two line segments intersect. I used PythonCad for this part -- It didn't take too long to identify and adapt those parts I needed and extract them f

Re: Geometry package

2009-03-28 Thread W. eWatson
Justin Pearson wrote: Hi all, I'm looking for a geometry package in Python; something that will let me define line segments, and can tell me if two line segments intersect. It would be nice if the lines could be defined in n-space (rather than be confined to 2 or 3 dimensions), but this is not a

Re: Geometry package

2009-03-28 Thread km
Hi, I hope this is what u need : http://cgal-python.gforge.inria.fr/ HTH KM On Sun, Mar 29, 2009 at 1:55 AM, Justin Pearson wrote: > Hi all, > > I'm looking for a geometry package in Python; something that will let > me define line segments, and can tell me if two line segments > intersect. It