Interpolation made easy.
Go to file
2018-08-09 00:22:00 +02:00
examples Add a simple example. 2018-08-07 01:28:12 +02:00
src Add support for serde serialization / deserialization. 2018-08-09 00:22:00 +02:00
tests Add several_interpolations_several_keys test. 2018-08-05 17:13:51 +02:00
.gitignore Add all target/ build dir to the .gitignore. 2018-08-07 01:28:45 +02:00
.travis.yml Add support for serde serialization / deserialization. 2018-08-09 00:22:00 +02:00
Cargo.toml Add support for serde serialization / deserialization. 2018-08-09 00:22:00 +02:00
CHANGELOG.md Add the changelog. 2018-08-08 12:10:48 +02:00
README.md Add README and update Cargo.toml to point to splines. 2018-08-05 18:28:46 +02:00

This crate provides splines, mathematic curves defined piecewise through control keys a.k.a. knots.

Feel free to dig in the online documentation for further information.