Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ sketch_hline
Function
sketch_hline
numericals.py:1716–1718 ·
view source on GitHub ↗
(args: tuple[gm.Point, ...])
Source
from the content-addressed store, hash-verified
1714
1715
1716
def
sketch_hline(args: tuple[gm.Point, ...]) -> HalfLine:
1717
a, b = args
1718
return
HalfLine(a, b)
1719
1720
1721
def
sketch_midp(args: tuple[gm.Point, ...]) -> Point:
Callers
nothing calls this directly
Calls
1
HalfLine
Class · 0.85
Tested by
no test coverage detected