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

Method update

tools/MeshUtils/TriangleMetric.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void TriangleMetric::update(const Point& p1, const Point& p2, const Point& p3,
29 const Point& p4, const Point& p5, const Point& p6) {
30 m_tris[0][0] = p1;
31 m_tris[0][1] = p2;
32 m_tris[0][2] = p3;
33 m_tris[1][0] = p4;
34 m_tris[1][1] = p5;
35 m_tris[1][2] = p6;
36}
37
38Real TriangleMetric::runLinCanny(Point& p1, Point& p2) {
39 bool done = false;

Callers 9

testMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
InvokeWithModifiedEnvFunction · 0.45
RunAndReturnOutputFunction · 0.45
_ReplaceEnvDictMethod · 0.45
GetShellCommandOutputFunction · 0.45
GenTestFunction · 0.45
conf.pyFile · 0.45

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.36
TEST_FFunction · 0.36
InvokeWithModifiedEnvFunction · 0.36
RunAndReturnOutputFunction · 0.36
_ReplaceEnvDictMethod · 0.36
GetShellCommandOutputFunction · 0.36
GenTestFunction · 0.36