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

Function elementwise_comparison_2

test_python/test_iterators.py:15–19  ·  view source on GitHub ↗
(
    a: List, b: Union[mrmesh.Vector2d, mrmesh.Vector2i, mrmesh.Vector2f]
)

Source from the content-addressed store, hash-verified

13
14
15def elementwise_comparison_2(
16 a: List, b: Union[mrmesh.Vector2d, mrmesh.Vector2i, mrmesh.Vector2f]
17):
18 assert a[0] == b.x
19 assert a[1] == b.y
20
21
22def iteration_check(

Callers 1

test_Vector2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected