Skip to main content

CurveRestatement

Type Alias CurveRestatement 

Source
pub type CurveRestatement<'a> = &'a dyn Fn(&Curve, (f64, f64)) -> OgeomResult<Option<(Curve, (f64, f64))>>;
Expand description

A caller’s restatement of a curve over a range: the new curve and the range on it tracing the same points, or None to keep it.