Skip to content

Instantly share code, notes, and snippets.

@JAOT
JAOT / Interpolator.cs
Created September 28, 2016 16:34 — forked from dreikanter/Interpolator.cs
Spline interpolation in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace Interpolation
{
/// <summary>
/// Spline interpolation class.