Re: Geometry package

2009-03-29 Thread Max Erickson
Justin Pearson justin.pear...@gmail.com 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

Geometry package

2009-03-28 Thread Justin Pearson
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 hard constraint. Other

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 justin.pear...@gmail.comwrote: 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

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

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