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

Function all_4points

graph_utils.py:90–91  ·  view source on GitHub ↗
(l1, l2)

Source from the content-addressed store, hash-verified

88
89
90def all_4points(l1, l2):
91 return list(_all_4points(l1, l2))
92
93
94def _all_8points(l1, l2, l3, l4):

Callers 1

_all_8pointsFunction · 0.85

Calls 1

_all_4pointsFunction · 0.85

Tested by

no test coverage detected