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

Method check_npara

graph.py:1117–1120  ·  view source on GitHub ↗
(self, points: list[Point])

Source from the content-addressed store, hash-verified

1115 return self.is_equal(ab, cd)
1116
1117 def check_npara(self, points: list[Point]) -> bool:
1118 if self.check_para(points):
1119 return False
1120 return not nm.check_para([p.num for p in points])
1121
1122 def _get_angle(
1123 self, d1: Direction, d2: Direction

Callers 3

checkMethod · 0.95
match_genericFunction · 0.80

Calls 1

check_paraMethod · 0.95

Tested by

no test coverage detected