increase eps
This commit is contained in:
parent
e34c2e2911
commit
cae0923a93
2
stl_3d.c
2
stl_3d.c
@ -121,7 +121,7 @@ stl_angle(
|
|||||||
);
|
);
|
||||||
|
|
||||||
//int check = -EPS < dot && dot < +EPS;
|
//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
|
// if the dot product is not close enough to zero, they
|
||||||
// are not coplanar.
|
// are not coplanar.
|
||||||
|
Loading…
Reference in New Issue
Block a user