Code for B-spline curve intersection

Started by
0 comments, last by TheAdmiral 16 years, 3 months ago
Does anybody know where i can find some example code for finding B-spline curve intersection? thx a lot~~~
Advertisement
Which kind of B-Spline? All such algorithms essentially reduce to testing each segment against each other, after eliminating impossible intersections. Details on the most efficient methods will depend heavily on the nature of the spline.

Tell us more; in particular, the representations of each spline. Perhaps an example would help, too.
Ring3 Circus - Diary of a programmer, journal of a hacker.

This topic is closed to new replies.

Advertisement