sciss / catmullromspline   0.1.0

Apache License 2.0 GitHub

Simple Catmull Rom algorithm in Scala. Mirror of https://codeberg.org/sciss/CatmullRomSpline

Scala versions: 2.12 2.11

CatmullRomSpline

Build Status Maven Central

Originally forked from github.com/Tractive/CatmullRomSpline-kotlin, although basically only the interpolation function has been retained. Original author was Stephan Hener. All new code (C)opyright Hanns Holger, published under the same license (Apache 2.0).

Builds with sbt against Scala 2.12, 2.11. Run sbt test:run for demo.

Links: