You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
First of all very very nice codebase! this is realy quality work!
However those lines are ether reduntant because they do nothing or you ment to write if (v->x != 0) v->x = 0;
i am not sure however because i am just getting familiar with the quickhull algorithm...
The text was updated successfully, but these errors were encountered:
3d-quickhull/quickhull.h
Lines 1147 to 1149 in 498df74
Hi there,
First of all very very nice codebase! this is realy quality work!
However those lines are ether reduntant because they do nothing or you ment to write
if (v->x != 0) v->x = 0;
i am not sure however because i am just getting familiar with the quickhull algorithm...
The text was updated successfully, but these errors were encountered: