Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ is_equal_vector_3
Function
is_equal_vector_3
test_python/test_decimate.py:5–7 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
3
4
5
def
is_equal_vector_3(a, b):
6
diff = a - b
7
return
diff.length() < 1.0e-6
8
9
10
# TEST 1
Callers
1
decimate_2
Function · 0.85
Calls
1
length
Method · 0.45
Tested by
no test coverage detected