Home

Awesome

SplineLib

Library for manipulating 2D and 3D splines. Functionality included:

To build and run the test app:

c++ --std=c++11 Splines.cpp SplinesTest.cpp -o splines && ./splines

Or add those files to your favourite IDE.

Examples

Splines from Points:

points

Fast and Conservative Bounds:

bounds

Closest Point on Spline:

pick

Spline Intersections:

pick

Moving Points on Splines:

agent

Subdivision and Joining:

pick