#include <OpenTissue/configuration.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::grid |
Functions | |
template<typename grid_type , typename vector3_type > | |
void | OpenTissue::grid::enclosing_indices (grid_type const &grid, vector3_type const &point, size_t &i0, size_t &j0, size_t &k0, size_t &i1, size_t &j1, size_t &k1) |