Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64