smoothie

Smooth curves via several splines and polynomials.

https://github.com/phaazon/smoothie

Version on this page:0.3.1
LTS Haskell 18.28:0.4.2.11
Stackage Nightly 2022-02-07:0.4.2.11
Latest on Hackage:0.4.2.11

See all snapshots smoothie appears in

BSD-3-Clause licensed and maintained by Dimitri Sabadie
This version can be pinned in stack with:smoothie-0.3.1@sha256:108cc6ea3c16b60dd8b89614893072c740d69af57421a4f866650d089d4a3613,1203

Module documentation for 0.3.1

Depends on 3 packages(full list with versions):

This package exports several splines and curves you can use to interpolate points in between.

Changes

0.3.1

  • Fixed sampling implementation.
  • Updated documentation.
  • Added normalizeSampling.

0.3

  • Added Bézier interpolation mode.
  • Removed CP type.
  • Removed Polynomial type.
  • Added Key type. It replaces both CP and Polynomial.
  • Enhanced user interface with the library.
  • Internal files refactoring.

0.2.2

  • Added cubicHermite.

0.2.1

  • Added unspline.

0.2

  • Function ‘smooth’ has a new name; ‘sample’.
  • Enhanced internal implementation.
  • Fixed some documentation formatting issues.

0.1.3

  • Support for GHC 7.10.

0.1.2

  • Support for linear 1.18.*.

0.1.1

  • Support for linear 1.17.*.

0.1.0.1

  • Fixed cabal meta information.
  • Fixed haddock documentation.

0.1

  • Initial revision.