removed some unused variable

This commit is contained in:
nico 2017-01-23 16:19:19 +01:00
parent bffc61bc7c
commit f5795556ba
1 changed files with 1 additions and 2 deletions

View File

@ -293,8 +293,7 @@ namespace vcg {
BB.Add(polygon[i].P1()); BB.Add(polygon[i].P1());
} }
if (!BB.IsIn(p))return false; if (!BB.IsIn(p))return false;
ScalarType size=BB.Diag(); //take 4 directions
///take 4 directions
int inside_test=0; int inside_test=0;
for (int dir=0;dir<4;dir++) for (int dir=0;dir<4;dir++)
{ {