Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ is_same
Method
is_same
numericals.py:143–144 ·
view source on GitHub ↗
(self, other: Point)
Source
from the content-addressed store, hash-verified
141
return
line.sign(self)
142
143
def
is_same(self, other: Point) -> bool:
144
return
self.distance(other) <= ATOM
145
146
147
class
Line:
Callers
nothing calls this directly
Calls
1
distance
Method · 0.95
Tested by
no test coverage detected