Thanks to visit codestin.com Credit goes to github.com
There was an error while loading. Please reload this page.
1 parent 4fd3df5 commit 6db85a3Copy full SHA for 6db85a3
1 file changed
extern/agg24-svn/src/agg_curves.cpp
@@ -21,7 +21,6 @@ namespace agg
21
{
22
23
//------------------------------------------------------------------------
24
- const double curve_distance_epsilon = 1e-30;
25
const double curve_collinearity_epsilon = 1e-30;
26
const double curve_angle_tolerance_epsilon = 0.01;
27
enum curve_recursion_limit_e { curve_recursion_limit = 32 };
0 commit comments