Module tiny_skia_path::path_geometry
source ยท 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 ๐
Functionsยง
- between ๐
- calc_
cubic_ ๐precision - collapse_
duplicates3 ๐ - eval_
cubic_ ๐pos_ at - eval_
quad_ ๐at - eval_
quad_ ๐tangent_ at - find_
cubic_ ๐cusp - find_
cubic_ ๐extrema - find_
quad_ ๐extrema - formulate_
f1_ ๐dot_ f2 - interp ๐
- 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 ๐
- times_2 ๐