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

Method set_mesh

tools/WindingNumber/WindingNumberEngine.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void set_mesh(const MatrixFr& vertices, const MatrixIr& faces) {
26 m_vertices = vertices;
27 m_faces = faces;
28 }
29
30 protected:
31 MatrixFr m_vertices;

Callers 1

initialize_AABB_treeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected