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

Method set_directions

geometry.py:490–491  ·  view source on GitHub ↗
(self, d1: Direction, d2: Direction)

Source from the content-addressed store, hash-verified

488 return Measure()
489
490 def set_directions(self, d1: Direction, d2: Direction) -> None:
491 self._d = d1, d2
492
493 @property
494 def directions(self) -> tuple[Direction, Direction]:

Callers 2

_create_const_angMethod · 0.80
get_or_create_angle_dMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected