MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / elementwise_comparison_3

Function elementwise_comparison_3

test_python/test_iterators.py:7–12  ·  view source on GitHub ↗
(
    a: List, b: Union[mrmesh.Vector3d, mrmesh.Vector3i, mrmesh.Vector3f]
)

Source from the content-addressed store, hash-verified

5
6
7def elementwise_comparison_3(
8 a: List, b: Union[mrmesh.Vector3d, mrmesh.Vector3i, mrmesh.Vector3f]
9):
10 assert a[0] == b.x
11 assert a[1] == b.y
12 assert a[2] == b.z
13
14
15def elementwise_comparison_2(

Callers 1

test_Vector3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected