Skip to content

Instantly share code, notes, and snippets.

View mirkow's full-sized avatar

mirkow

  • Germany
View GitHub Profile
@yvt
yvt / Spline.h
Created June 22, 2014 11:07
Spline interpolation routines for C++
//
// YSpline (MIT license) by yvt <i@yvt.jp>
//
// -------------
// Quaternion spline interpolation is based on http://qspline.sourceforge.net/qspline.pdf
// -------------
//
#include <functional>
#include <valarray>