▲ | LegionMammal978 2 days ago | ||||||||||||||||
That doesn't sound right, nearest-point queries for cubic Béziers take at least a quintic solver, and this library uses a subdivision-based algorithm with Bernstein polynomials that is seemingly designed to work with any degree [0]. (Or at least, it doesn't have any code that complains when the degree is too large.) [0] https://github.com/GraphiteEditor/Graphite/blob/master/libra... | |||||||||||||||||
▲ | bjornsing 2 days ago | parent [-] | ||||||||||||||||
Reference sounds interesting but I’m getting 404 there. | |||||||||||||||||
|