Created
March 28, 2024 07:11
-
-
Save baku89/5112060aeacbe395e22b1e4d15a14f4a 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
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