Hi Alan,

> intersect(self, other) unbound pyx.path.line method
>     intersect self with other path
> 
>     Returns a tuple of lists consisting of the parameter values
>     of the intersection points of the corresponding normpath.

mmm, I think I should have been more precise in my question. I know
there exists the intersect method (thank you anyway Alan). The problem
is I don't know how to use the 'parameter values' to obtain its precise
position.

To plot a filled circle centered at the intersection point
I would do

   c.fill(path.circle(?,?,radius))

where the '?'s are related to the parameter values (I don't know how,
this is my question).  Just substituting the '?'s with the elements of
the tuple returned by 'intersect' does not seem to work. 

thanks!

dani


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to