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

Function check_ncoll

numericals.py:669–670  ·  view source on GitHub ↗
(points: list[Point])

Source from the content-addressed store, hash-verified

667
668
669def check_ncoll(points: list[Point]) -> bool:
670 return not check_coll(points)
671
672
673def check_sameside(points: list[Point]) -> bool:

Callers

nothing calls this directly

Calls 1

check_collFunction · 0.85

Tested by

no test coverage detected