Fix cubic Bézier interpolation.

This commit is contained in:
Dimitri Sabadie
2019-09-24 21:31:18 +02:00
parent 3ab98420c8
commit ea29e08836
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "splines"
version = "2.0.0"
version = "2.0.1"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Spline interpolation made easy"