MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / test_decimate

Function test_decimate

test_python/test_decimate.py:58–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57
58def test_decimate():
59 size = mrmesh.Vector3f.diagonal(2)
60 pos1 = mrmesh.Vector3f.diagonal(0)
61 pos2 = mrmesh.Vector3f.diagonal(-1)
62 pos3 = mrmesh.Vector3f.diagonal(1)
63 decimate_1(size, pos1, pos2, pos3)
64 decimate_2(size, pos1, pos2, pos3)
65
66
67def test_remesh():

Callers

nothing calls this directly

Calls 3

decimate_1Function · 0.85
decimate_2Function · 0.85
diagonalMethod · 0.45

Tested by

no test coverage detected