This commit is contained in:
parent
947f7a4b33
commit
bc1c7234c3
1 changed files with 1 additions and 1 deletions
2
deps/agg/include/agg_math.h
vendored
2
deps/agg/include/agg_math.h
vendored
|
@ -27,7 +27,7 @@ namespace agg
|
|||
|
||||
//------------------------------------------------------vertex_dist_epsilon
|
||||
// Coinciding points maximal distance (Epsilon)
|
||||
const double vertex_dist_epsilon = 1e-14;
|
||||
const double vertex_dist_epsilon = 1e-5;
|
||||
|
||||
//-----------------------------------------------------intersection_epsilon
|
||||
// See calc_intersection
|
||||
|
|
Loading…
Reference in a new issue