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

Method get_num_vertices

src/Mesh.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21size_t Mesh::get_num_vertices() const {
22 return m_geometry->get_num_vertices();
23}
24
25size_t Mesh::get_num_faces() const {
26 return m_geometry->get_num_faces();

Callers 3

num_verticesMethod · 0.45
num_verticesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected