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