Skip to content

Instantly share code, notes, and snippets.

@baku89
Created February 27, 2024 23:06
Show Gist options
  • Save baku89/67612513308c12cd4f59bf9e62b3063a to your computer and use it in GitHub Desktop.
Save baku89/67612513308c12cd4f59bf9e62b3063a to your computer and use it in GitHub Desktop.
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