MCPcopy
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
99def vector_equal(v1, v2):
100
101 return v1.toTuple() == approx(v2.toTuple())
102
103
104# %% utils

Callers 1

test_movedFunction · 0.85

Calls 1

toTupleMethod · 0.45

Tested by

no test coverage detected