metabrush/brush-strokes
sheaf 13cc649319 improve corner initial guess for Newton iteration
This commit improves the initial guess we use for the Newton iteration
to solve the envelope equation when the best tangent we found arises
from a corner: instead of starting at (i = i0, s = 0), i.e. at the start
of the current curve in the spline, we might instead start at
(i = i0 - 1, s = 1).

This commit also improves the debug output to make it clearer which part
of the path goes forwards (little white dot above, inside fit points)
or backwards (little black dot below, inside fit points).
2024-11-17 15:34:55 +01:00
..
cbits more SIMD experiments 2024-08-29 00:26:19 +02:00
src improve corner initial guess for Newton iteration 2024-11-17 15:34:55 +01:00
.gitignore add more info to cusps benchmark output 2024-05-25 12:41:10 +02:00
brush-strokes.cabal Refactors in preparation for stroke hierarchy 2024-09-27 17:21:24 +02:00