Optimization for when point is found in a hole
This commit is contained in:
parent
ecbacc5933
commit
4091504dac
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ struct hit_test_visitor
|
|||
inside=!inside;
|
||||
}
|
||||
}
|
||||
if (!inside)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return inside;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue