pub type LinearSpline = SplineCurve<1, 1>;Expand description
1D linear spline. Supports plotting with the plot feature.
Aliased Type§
pub struct LinearSpline {
pub t: Vec<f64>,
pub c: Vec<f64>,
/* private fields */
}Fields§
§t: Vec<f64>§c: Vec<f64>