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

Method set_points

tools/Triangulation/Triangulation.h:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18 public:
19 void set_points(const Matrix2Fr& points) {
20 m_points = points;
21 }
22
23 void set_segments(const Matrix2Ir& segments) {
24 m_segments = segments;

Callers 3

runMethod · 0.45
runMethod · 0.45
refineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected