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

Method run

tools/WindingNumber/IGL/IGLWindingNumberEngine.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace PyMesh;
7
8VectorF IGLWindingNumberEngine::run(const MatrixFr& queries) {
9 VectorF winding_numbers;
10 igl::winding_number(m_vertices, m_faces, queries, winding_numbers);
11 return winding_numbers;
12}
13
14#endif

Callers 15

generate_jointMethod · 0.45
triangulateFunction · 0.45
remove_short_edgesMethod · 0.45
merge_boundaryMethod · 0.45
ensure_periodicityMethod · 0.45
run_tetgenMethod · 0.45
remove_short_edgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected