pub type LengthMetric = Metric<1>;Expand description
Length based metrics
Aliased Type§
pub struct LengthMetric {
pub deriv: f64,
}Fields§
§deriv: f64The “deriv” value of a metric is a derivative, and must be multiplied by a length or area in (s,t)-space to get a useful value.