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

Function estimate

tools/Predicates/predicates.c:1393–1405  ·  view source on GitHub ↗
(elen, e)

Source from the content-addressed store, hash-verified

1391/*****************************************************************************/
1392
1393REAL estimate(elen, e)
1394int elen;
1395REAL *e;
1396{
1397 REAL Q;
1398 int eindex;
1399
1400 Q = e[0];
1401 for (eindex = 1; eindex < elen; eindex++) {
1402 Q += e[eindex];
1403 }
1404 return Q;
1405}
1406
1407/*****************************************************************************/
1408/* */

Callers 4

orient2dadaptFunction · 0.85
orient3dadaptFunction · 0.85
incircleadaptFunction · 0.85
insphereadaptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected