Hello everyone,
I'm looking for a good C++ library to give me functions to solve for large cubic splines (on the order of 1000 points) anyone know one?
Thanks in advance,
-Faken
Hello everyone,
I'm looking for a good C++ library to give me functions to solve for large cubic splines (on the order of 1000 points) anyone know one?
Thanks in advance,
-Faken
Take a look at David Eberly's GeometricTools.com.
I'm just starting, but code and doc are so far of outstanding quality.
(He has books too: Geometric tools for computer graphics, 3D game engine design.)