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.
This crate has features! Here’s a comprehensive list of what you can enable:
Serialize
and Deserialize
traits from serde
."serialization"
feature.Interpolate
for some cgmath types."impl-cgmath"
feature.default-features = []
in your Cargo.toml
to disable."std"
feature.