Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
669
def
check_ncoll(points: list[Point]) -> bool:
670
return
not check_coll(points)
671
672
673
def
check_sameside(points: list[Point]) -> bool:
Callers
nothing calls this directly
Calls
1
check_coll
Function · 0.85
Tested by
no test coverage detected