pub trait ParamCurveCurvature: ParamCurveDerivwhere
    Self::DerivResult: ParamCurveDeriv,
{ fn curvature(&self, t: f64) -> f64 { ... } }
Expand description

A parametrized curve that reports its curvature.

Provided Methods§

Compute the signed curvature at parameter t.

Implementors§