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

Function sketch_hcircle

numericals.py:1594–1596  ·  view source on GitHub ↗
(args: tuple[gm.Point, ...])

Source from the content-addressed store, hash-verified

1592
1593
1594def sketch_hcircle(args: tuple[gm.Point, ...]) -> HoleCircle:
1595 a, b = args
1596 return HoleCircle(center=a, radius=a.distance(b), hole=b)
1597
1598
1599def sketch_e5128(args: tuple[gm.Point, ...]) -> tuple[Point, Point]:

Callers

nothing calls this directly

Calls 2

HoleCircleClass · 0.85
distanceMethod · 0.45

Tested by

no test coverage detected