MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_enclosing_voxels

Method get_enclosing_voxels

tools/MeshUtils/PointLocator.h:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 void locate(const MatrixFr& points);
20
21 VectorI get_enclosing_voxels() const {
22 return m_voxel_idx;
23 }
24
25 MatrixFr get_barycentric_coords() const {
26 return m_barycentric_coords;

Callers 2

PointLocatorTest.hFile · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64