Function flo_curves::bezier::characterize_curve

source ·
pub fn characterize_curve<C: BezierCurve>(curve: &C) -> CurveCategory
Expand description

Discovers the ‘character’ of a particular bezier curve, returning a value indicating what kinds of features it has (for example, whether it has a loop or a cusp)