pub type AreaMetric = Metric<2>;Expand description
Area based metrics
Aliased Type§
pub struct AreaMetric {
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.