disable dot message
This commit is contained in:
parent
e34c2e2911
commit
0c3a89ff0f
2
stl_3d.c
2
stl_3d.c
@ -111,7 +111,7 @@ stl_angle(
|
|||||||
v3_t cross = v3_cross(dx21, dx43);
|
v3_t cross = v3_cross(dx21, dx43);
|
||||||
float dot = v3_dot(dx31, cross);
|
float dot = v3_dot(dx31, cross);
|
||||||
|
|
||||||
//if (debug)
|
if (debug)
|
||||||
fprintf(stderr, "dot %f:\n %f,%f,%f\n %f,%f,%f\n %f,%f,%f\n %f,%f,%f\n",
|
fprintf(stderr, "dot %f:\n %f,%f,%f\n %f,%f,%f\n %f,%f,%f\n %f,%f,%f\n",
|
||||||
dot,
|
dot,
|
||||||
x1.p[0], x1.p[1], x1.p[2],
|
x1.p[0], x1.p[1], x1.p[2],
|
||||||
|
Loading…
Reference in New Issue
Block a user