tags:

views:

2672

answers:

3

Does anyone know of a library or set of classes for splines - specifically b-splines and NURBS (optional).

A fast, efficient b-spline library would be so useful for me at the moment.

+6  A: 

1.) For B Splines - You should check Numerical Recipes in C (there is book for that and it is also available online for reference)

2.) Also check: sourceforge.net/projects/einspline/ & this

-AD

goldenmean
+1  A: 

This library may also be promising: http://libnurbs.sourceforge.net

+7  A: 

I know I'm answering months after this question was asked, but for others who might be searching for a similar answer, I'll point out openNURBS.

OpenNURBS also happens to be the library used in the modeling package Rhinoceros. It's a very complete library and it's worth consideration.

Naaff
Thanks man! If I hadn't marked an answer already, OpenNurbs would probably deserve it.
CVertex
Understood. Just hoped to make the answers more complete. :)
Naaff