Commit 81e32986ca6dd4bc6bba6cccaa0738020ee10d3c

Anuj Verma 2020-08-18T17:49:56

[sdf] Add shortest distance finding functions. * src/sdf/ftsdf.c (get_min_distance_line, get_min_distance_conic, get_min_distance_cubic): New functions. Note that `get_min_distance_conic` comes with two implementations (using an analytical and an iterative method, to be controlled with the `USE_NEWTON_FOR_CONIC` macro).