Module path_geometry

Source

Structsยง

CubicCoeff
QuadCoeff

Functionsยง

chop_cubic_at
chop_cubic_at2
chop_cubic_at_max_curvature
chop_cubic_at_x_extrema
chop_cubic_at_y_extrema
Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that the resulting beziers are monotonic in Y.
chop_mono_cubic_at_x
chop_mono_cubic_at_y
chop_quad_at
chop_quad_at_x_extrema
Returns 0 for 1 quad, and 1 for two quads, either way the answer is stored in dst[].
chop_quad_at_y_extrema
Returns 0 for 1 quad, and 1 for two quads, either way the answer is stored in dst[].
cubic_dchop_at_intercept ๐Ÿ”’
find_cubic_extrema ๐Ÿ”’
find_cubic_max_curvature
find_unit_quad_roots
is_not_monotonic ๐Ÿ”’
new_t_values