4f030acb671a6d1499348df76a097da4a35aaaab
* Add a utility function which computes a sparse set of epsilon-sized grid cells surrounding an input surface. The function takes a point on the surface as input and finds all those epsilon grid cells that intersect the surface using a breadth first search over the grid space. * Add a utility function which computes a sparse set of epsilon-sized grid cells surrounding an input surface. The function takes a point on the surface as input and finds all those epsilon grid cells that intersect the surface using a breadth first search over the grid space.
libigl - A simple C++ geometry processing library
Documentation, tutorial, and instructions at https://libigl.github.io.
Languages
C++
96.4%
CMake
2.6%
C
1%
