MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / rotatingcube.py

File rotatingcube.py

src/gamesbyexample/rotatingcube.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Rotating Cube, by Al Sweigart al@inventwithpython.com
2A rotating cube animation. Press Ctrl-C to stop.
3This code is available at https://nostarch.com/big-book-small-python-programming
4Tags: large, artistic, math"""

Callers

nothing calls this directly

Calls 3

adjustPointFunction · 0.85
rotatePointFunction · 0.70
lineFunction · 0.70

Tested by

no test coverage detected