Trait kurbo::ParamCurveCurvature[][src]

pub trait ParamCurveCurvature: ParamCurveDeriv where
    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