Created
February 27, 2024 23:06
-
-
Save baku89/67612513308c12cd4f59bf9e62b3063a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p = ellipse([50, 50], [40, 30]) | |
debug(p, 'wheat') | |
p = trim( | |
p, | |
sinwave(time), | |
coswave(time) | |
) | |
debug(p) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment