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".
Description
Interpolation made easy.
Readme 372 KiB
Languages
Rust 100%