Trait kurbo::ParamCurveCurvature[][src]

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

A parametrized curve that reports its curvature.

Provided methods

fn curvature(&self, t: f64) -> f64[src]

Compute the signed curvature at parameter t.

Loading content...

Implementors

Loading content...