MCPcopy Create free account
hub / github.com/GeometryCollective/ddg-exercises / totalAngleDefect

Method totalAngleDefect

core/src/geometry.cpp:214–218  ·  view source on GitHub ↗

* Computes the total angle defect of the mesh. * * Input: * Returns: The total angle defect */

Source from the content-addressed store, hash-verified

212 * Returns: The total angle defect
213 */
214double VertexPositionGeometry::totalAngleDefect() const {
215
216 // TODO
217 return 0; // placeholder
218}
219
220/*
221 * Computes the (integrated) scalar mean curvature at a vertex.

Callers 2

TEST_FFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64