Thanks in advance,I will do some test with this branch to see if it fit my needs.I use sympy for my opensource cad application PythonCAD.Unfortunately I do not have to much time to spend developing/patching sympy sorry for this .If I will find something easy to patch I let you know. Regards,Matteo From: [email protected] To: "sympy" [email protected] Cc: Date: Mon, 6 Sep 2010 22:45:13 -0700 (PDT) Subject: [sympy] Re: Intersection exception
> In branch 1766:> > >>> from sympy import *> >>> from sympy.geometry import *> > >>> x = Point(0, 0)> >>> c=Circle(x,10)> >>> > s=Segment(Point(0,-20),Point(0,20))> >>> s.intersection(c)> [Point(0, -10), > Point(0, 10)]> > There are some other changes there, too. I'll open an issue > and cite a> branch and you can pull/review/modify as you wish.> > -- > You > received this message because you are subscribed to the Google Groups "sympy" > group.> To post to this group, send email to [email protected].> To > unsubscribe from this group, send email to > [email protected].> For more options, visit this group at > http://groups.google.com/group/sympy?hl=en.> -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
