Re: [brlcad-devel] A question about curve-curve intersections

2013-06-28 Thread phoenix
> Hmm. What literature have you already seen on the topic? Do > http://cagd.cs.byu.edu/~tom/papers/bezclip.pdf > and/or > http://cagd.cs.byu.edu/~tom/papers/fatarcs.pdf > offer any useful insights? Thanks for these links. Hmm. Actually these papers tell about general ideas, not s

Re: [brlcad-devel] A question about curve-curve intersections

2013-06-27 Thread Clifford Yapp
On Thu, Jun 27, 2013 at 9:42 AM, phoenix <284281...@qq.com> wrote: > Hi, > > These days I'm working on computing NURBS curve-curve intersections, and > have a problem: > > As one type of ON_X_EVENT is ccx_overlap, and we need to decide whether > the intersection event is an overlap event or just a

[brlcad-devel] A question about curve-curve intersections

2013-06-27 Thread phoenix
Hi, These days I'm working on computing NURBS curve-curve intersections, and have a problem: As one type of ON_X_EVENT is ccx_overlap, and we need to decide whether the intersection event is an overlap event or just an intersection point. Currently I use two Newton-Raphson iterations from tw