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
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
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
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