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

Method set_points

tools/TetGen/TetgenWrapper.h:18–18  ·  view source on GitHub ↗

* Set input points. */

Source from the content-addressed store, hash-verified

16 * Set input points.
17 */
18 void set_points(const MatrixFr& points) { m_points = points; }
19 const MatrixFr& get_points() const { return m_points; }
20
21 /**

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected