splines/README.md
2018-08-09 00:22:00 +02:00

546 B
Raw Blame History

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".