Search found 1 match
- Mon Mar 27, 2017 2:28 am
- Forum: Questions
- Topic: about octree
- Replies: 1
- Views: 805
about octree
when I read your DgmOctree .cpp code ,I found a variable called maxDiagFactor (double maxDiagFactor = squareRadius + (0.75*cs + SQRT_3*radius)*cs;) and It decides whether the cell is in totally inside or outside ((cellCenter -query_point).norm2d() <= maxDiagFactor),I wonder how does the maxDiagFacto...