forked from minhngoc25a/freetype2
[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).
This commit is contained in:
parent
c918b54f25
commit
81e32986ca
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2020-08-18 Anuj Verma <anujv@iitbhilai.ac.in>
|
||||
|
||||
[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).
|
||||
|
||||
2020-08-18 Anuj Verma <anujv@iitbhilai.ac.in>
|
||||
|
||||
[sdf] Add function to resolve corner distances.
|
||||
|
|
1082
src/sdf/ftsdf.c
1082
src/sdf/ftsdf.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue