Skip to content

Instantly share code, notes, and snippets.

View mirkow's full-sized avatar

Mirko Wächter mirkow

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