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

Class Segment

geometry.py:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365
366class Segment(Node):
367
368 def new_val(self) -> Length:
369 return Length()
370
371
372class Circle(Node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected