MCPcopy Create free account
hub / github.com/Notgnoshi/generative / position

Method position

generative/lsystem/turtle.py:32–34  ·  view source on GitHub ↗

Ensure the position is externally always treated as (3,), not (1, 3).

(self)

Source from the content-addressed store, hash-verified

30
31 @property
32 def position(self):
33 """Ensure the position is externally always treated as (3,), not (1, 3)."""
34 return self._position.reshape((3,))
35
36 @position.setter
37 def position(self, value):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected