Expand description
A collection of functions to work with Bezier paths.
Mainly for internal use. Do not rely on it!
Structsยง
- Auto
Conic ๐ToQuads  - Conic ๐
 - Cubic
Coeff  - Quad
Coeff  
Functionsยง
- between ๐
 - calc_
cubic_ ๐precision  - chop_
cubic_ at2  - chop_
quad_ at  - collapse_
duplicates3 ๐ - eval_
cubic_ ๐derivative  - eval_
cubic_ ๐pos_ at  - eval_
cubic_ ๐tangent_ at  - eval_
quad_ ๐at  - eval_
quad_ ๐tangent_ at  - find_
cubic_ ๐cusp  - find_
cubic_ ๐extrema  - find_
cubic_ ๐inflections  - find_
cubic_ max_ curvature  - find_
quad_ ๐extrema  - find_
quad_ ๐max_ curvature  - find_
unit_ quad_ roots  - formulate_
f1_ ๐dot_ f2  - interp ๐
 - new_
t_ values  - on_
same_ ๐side  - scalar_
cube_ ๐root  - solve_
cubic_ ๐poly  - Solve coeff(t) == 0, returning the number of roots that lie withing 0 < t < 1. coeff[0]t^3 + coeff[1]t^2 + coeff[2]t + coeff[3]
 - sort_
array3 ๐ - subdivide ๐
 - subdivide_
weight_ ๐value  - times_2 ๐
 - valid_
unit_ divide