MCPcopy 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
1716def sketch_hline(args: tuple[gm.Point, ...]) -> HalfLine:
1717 a, b = args
1718 return HalfLine(a, b)
1719
1720
1721def sketch_midp(args: tuple[gm.Point, ...]) -> Point:

Callers

nothing calls this directly

Calls 1

HalfLineClass · 0.85

Tested by

no test coverage detected