2018-09-06 15:55:11 +02:00
2018-08-09 00:22:00 +02:00
2018-09-06 15:55:11 +02:00
2018-08-09 01:38:43 +02:00
2018-08-08 12:10:48 +02:00
2018-08-09 01:38:43 +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 "serialization" feature.
  • Standard library / no stdandard library
    • Its possible to compile against the standard library or go on your own without it.
    • Compiling with the standard library is enabled by default.
    • Use defaut-features = [] in your Cargo.toml to disable.
    • Enable explicitly with the "std" feataure.
Description
Interpolation made easy.
Readme 372 KiB
Languages
Rust 100%