MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / _all_8points

Function _all_8points

graph_utils.py:94–97  ·  view source on GitHub ↗
(l1, l2, l3, l4)

Source from the content-addressed store, hash-verified

92
93
94def _all_8points(l1, l2, l3, l4):
95 for a, b, c, d in all_4points(l1, l2):
96 for e, f, g, h in all_4points(l3, l4):
97 yield (a, b, c, d, e, f, g, h)
98
99
100def all_8points(l1, l2, l3, l4):

Callers 1

all_8pointsFunction · 0.85

Calls 1

all_4pointsFunction · 0.85

Tested by

no test coverage detected