Interpolation made easy.
Go to file
2018-08-09 00:22:00 +02:00
examples Add the serialization example. 2018-08-09 00:22:00 +02:00
src Enhance the documentation about serialization. 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 Enhance the documentation about serialization. 2018-08-09 00:22:00 +02:00

splines

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.

A note on features

This crate has features! Heres a comprehensive list of what you can enable:

  • Serialization / deserialization
    • This feature implements both the Serialize and Deserialize traits from serde.
    • Enable with the feature "serialization".