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

Method get_vertices

tools/Wires/Inflator/MeshRefiner.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 MatrixFr get_vertices() const { return m_refiner->get_vertices(); }
20 MatrixIr get_faces() const { return m_refiner->get_faces(); }
21
22 VectorI update_face_sources(const VectorI& face_sources) const;

Callers 15

generate_end_loopsMethod · 0.45
generate_jointsMethod · 0.45
refineMethod · 0.45
generate_jointMethod · 0.45
triangulateFunction · 0.45
cut_faceFunction · 0.45
generate_phantom_meshMethod · 0.45
refine_phantom_meshMethod · 0.45
remove_short_edgesMethod · 0.45
clip_phantom_meshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected