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

Method set_vertices

tools/Wires/WireNetwork/WireNetwork.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 const MatrixIr& get_edges() const { return m_edges; }
33
34 void set_vertices(const MatrixFr& vertices) {
35 m_vertices = vertices;
36 m_dim = m_vertices.cols();
37 update_bbox();
38 }
39
40 void set_edges(const MatrixIr& edges) {
41 m_edges = edges;

Callers 9

periodic_inflateMethod · 0.45
is_printableMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36