Available on crate feature
curve
only.Expand description
Sample-interpolated curves constructed using the Curve
API.
Structsยง
- A curve that is defined by neighbor interpolation over a set of evenly-spaced samples, interpolated automatically using a particularly well-behaved interpolation.
- A curve that is defined by explicit neighbor interpolation over a set of evenly-spaced samples.
- A curve that is defined by interpolation over unevenly spaced samples, interpolated automatically using a particularly well-behaved interpolation.
- A curve that is defined by interpolation over unevenly spaced samples with explicit interpolation.