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

Method set_min_angle

tools/Triangle/TriangleWrapper.h:60–60  ·  view source on GitHub ↗

* Set min angle constraint (-q option, default 20 degrees). * Warning: min_angle > 20.7 degrees may cause algorithm to not * terminate. */

Source from the content-addressed store, hash-verified

58 * terminate.
59 */
60 void set_min_angle(const Float min_angle) { m_min_angle = min_angle; }
61 const Float get_min_angle() const { return m_min_angle; }
62
63 /**

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected