├── README.markdown ├── examples └── Catmull │ └── Catmull.pde ├── spline.cpp └── spline.h /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerinin/arduino-splines/HEAD/README.markdown -------------------------------------------------------------------------------- /examples/Catmull/Catmull.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerinin/arduino-splines/HEAD/examples/Catmull/Catmull.pde -------------------------------------------------------------------------------- /spline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerinin/arduino-splines/HEAD/spline.cpp -------------------------------------------------------------------------------- /spline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerinin/arduino-splines/HEAD/spline.h --------------------------------------------------------------------------------