Interpolation made easy.
examples | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
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! Here’s a comprehensive list of what you can enable:
- Serialization / deserialization
- This feature implements both the
Serialize
andDeserialize
traits fromserde
. - Enable with the feature
"serialization"
.
- This feature implements both the