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

Class InvalidQuadSolveError

numericals.py:507–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507class InvalidQuadSolveError(Exception):
508 pass
509
510
511def line_circle_intersection(line: Line, circle: Circle) -> tuple[Point, Point]:

Callers 2

line_circle_intersectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected