Commit aba0f498c3f01631262a4bca1f7f933c2833226f

Alexei Podtelezhnikov 2014-10-24T23:50:57

Improve flat corner definition. * include/internal/ftcalc.h (FT_HYPOT): Macro to approximate Euclidean distance with the alpha max plus beta min algorithm. * src/base/ftcalc.c (ft_corner_is_flat): Use it instead of Taxicab metric.