MCPcopy Index your code
hub / github.com/reactive-python/reactpy / Position

Class Position

docs/source/reference/_examples/character_movement/main.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class Position(NamedTuple):
12 x: int
13 y: int
14 angle: int
15
16
17def rotate(degrees):

Callers 3

rotateFunction · 0.85
translateFunction · 0.85
SceneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected