removed some unused variable
This commit is contained in:
parent
bffc61bc7c
commit
f5795556ba
|
@ -293,8 +293,7 @@ namespace vcg {
|
|||
BB.Add(polygon[i].P1());
|
||||
}
|
||||
if (!BB.IsIn(p))return false;
|
||||
ScalarType size=BB.Diag();
|
||||
///take 4 directions
|
||||
//take 4 directions
|
||||
int inside_test=0;
|
||||
for (int dir=0;dir<4;dir++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue