MCPcopy 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
5def is_equal_vector3(a, b):
6 diff = a - b
7 return diff.length() < 1.0e-6
8
9
10def test_boolean_exposing():

Callers 1

test_boolean_exposingFunction · 0.85

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected