smoothie-0.3: Smooth curves via several splines and polynomials.

Copyright(C) 2015 Dimitri Sabadie
LicenseBSD3
MaintainerDimitri Sabadie <dimitri.sabadie@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.Spline

Description

A Spline s a represents a curve in which a is very likely to be Additive (see "linear") and s is the sampling type.

The library exports two useful functions: spline and smooth. The former enables you to create splines while the latter enables you to sample from them using their control points.