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

Method getDistance

tools/MeshUtils/TriangleMetric.h:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38 }
39 Real getDistance() {
40 Point p1,p2;
41 return getClosestPts(p1, p2);
42 }
43
44 private:
45 Real runLinCanny(Point& p1, Point& p2);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64