MCPcopy 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
65MatrixFr IGLCSGTree::get_vertices() const {
66 return m_igl_tree.cast_V<MatrixFr>();
67}
68
69MatrixIr IGLCSGTree::get_faces() const {
70 return m_igl_tree.F();

Callers 2

extract_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected