I get the same thing in master.  So I guess it isn't implemented.  Feel free to 
send in a patch implementing it.

Aaron Meurer

On Sep 6, 2010, at 7:08 AM, [email protected] wrote:

> Hi all,
> I do as follow:
>  
> 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)
>  
> and I get 
> >>>raise NotImplementedError()
> Is the intersection between circle and segment not implemented ?
> or my sympy installation are quite old?
>  
> Thanks in advance
> Matteo

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

Reply via email to