knots.path.gen_curve3#

knots.path.gen_curve3(p1: Pt, p2: Pt, scale=0.15) Generator[list[tuple[uint8, Pt]], Pt, None][source]#

A helper to generate a sequence of quadratic Bezier segments.

The segments are generated such that the control points and start/end_time point are co-linear.

The codes yielded are Matplotlib’s Path codes.

This did not do what I wanted and will likely be deleted or re-written.