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

Function sketch_exbisect

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

Source from the content-addressed store, hash-verified

1533
1534
1535def sketch_exbisect(args: tuple[gm.Point, ...]) -> Line:
1536 a, b, c = args
1537 return sketch_bisect(args).perpendicular_line(b)
1538
1539
1540def sketch_bline(args: tuple[gm.Point, ...]) -> Line:

Callers 1

sketch_excenter2Function · 0.85

Calls 2

sketch_bisectFunction · 0.85
perpendicular_lineMethod · 0.45

Tested by

no test coverage detected