Skip to main content

BezierSegment

Type Alias BezierSegment 

Source
pub type BezierSegment<P> = ((f64, f64), Vec<P>);
Expand description

A Bézier segment: the parameter interval it covers, and its control points.