diff --git a/stl_3d.c b/stl_3d.c index 1d39e6d..08ce731 100644 --- a/stl_3d.c +++ b/stl_3d.c @@ -121,7 +121,7 @@ stl_angle( ); //int check = -EPS < dot && dot < +EPS; - int check = -1 < dot && dot < +1; + int check = -10 < dot && dot < +10; // if the dot product is not close enough to zero, they // are not coplanar.