Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ vector_equal
Function
vector_equal
tests/test_free_functions.py:99–101 ·
view source on GitHub ↗
(v1, v2)
Source
from the content-addressed store, hash-verified
97
98
99
def
vector_equal(v1, v2):
100
101
return
v1.toTuple() == approx(v2.toTuple())
102
103
104
# %% utils
Callers
1
test_moved
Function · 0.85
Calls
1
toTuple
Method · 0.45
Tested by
no test coverage detected