algorithms-nutshell-2ed icon indicating copy to clipboard operation
algorithms-nutshell-2ed copied to clipboard

if child.region.overlaps instead of if child.region.overlap

Open pstevlingson opened this issue 2 years ago • 0 comments

I believe the if statement should be if child.region.overlaps instead of if child.region.overlaps in quad.py. if child.region.overlaps returns a boolean and does the comparison to check for overlaping regions. child.region.overlaps returns a region.

pstevlingson avatar May 26 '22 21:05 pstevlingson