Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_vertices
Method
get_vertices
tools/Boolean/IGL/IGLCSGTree.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
MatrixFr IGLCSGTree::get_vertices() const {
66
return m_igl_tree.cast_V<MatrixFr>();
67
}
68
69
MatrixIr IGLCSGTree::get_faces() const {
70
return m_igl_tree.F();
Callers
2
remove_duplicated_vertices
Function · 0.45
extract_result
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected