Function flo_curves::bezier::offset

source ·
pub fn offset<Curve>(
    curve: &Curve,
    initial_offset: f64,
    final_offset: f64
) -> Vec<Curve>where
    Curve: BezierCurveFactory + NormalCurve,
    Curve::Point: Normalize + Coordinate2D,
Expand description

Computes a series of curves that approximate an offset curve from the specified origin curve.