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

Method perpendicular_line

numericals.py:114–115  ·  view source on GitHub ↗
(self, line: Line)

Source from the content-addressed store, hash-verified

112 return Point(-self.x, self.y)
113
114 def perpendicular_line(self, line: Line) -> Line:
115 return line.perpendicular_line(self)
116
117 def foot(self, line: Line) -> Point:
118 if isinstance(line, Line):

Callers

nothing calls this directly

Calls 1

perpendicular_lineMethod · 0.45

Tested by

no test coverage detected