Skip to content

Instantly share code, notes, and snippets.

@baku89
Created March 28, 2024 07:11
Show Gist options
  • Save baku89/5112060aeacbe395e22b1e4d15a14f4a to your computer and use it in GitHub Desktop.
Save baku89/5112060aeacbe395e22b1e4d15a14f4a to your computer and use it in GitHub Desktop.
r = merge([
circle([25, 50], 20),
line([50, 40], [50, 60]),
unarc(circle([75, 50], 20))
])
debug(r, '#eee', .5)
p = point(r, {curveIndex: 2, segmentIndex: 0, unit: -time})
dot(p, 'red')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment