vcglib/vcg/space/index
Paolo Cignoni eb14792ee4 Completely rewrote the GridClosest, now it:
- works for point out of the grid
- expands the box in a distance coherent way
- does not re-visit already visited cells
- shorter code!!
( still to be tested :) )
2005-09-30 15:12:16 +00:00
..
aabb_binary_tree Removed '&' in FrustumCull() method. 2005-09-29 22:20:49 +00:00
base.h First Commit. 2005-09-28 17:19:28 +00:00
grid_closest.h Completely rewrote the GridClosest, now it: 2005-09-30 15:12:16 +00:00
grid_static_obj.h First working version 2005-07-28 08:41:00 +00:00
grid_static_ptr.h Reordered grid access functions 2005-09-30 15:07:28 +00:00
grid_util.h basic grid class is derived from Indexing base class defined in base,h 2005-09-30 13:12:46 +00:00
space_iterators.h changing order of parameter for functor calling (distance to point, intersection to ray...) 2005-09-30 13:13:47 +00:00
spatial_hashing.h added wrapping to functions defined in GridClosest: 2005-09-30 13:15:21 +00:00