• Remix
  • Share
  • New Entry

on 6 Oct 2022
  • 2
  • 5
  • 0
  • 0
  • 90
t = 0:pi/50:4*pi;
x = -sin(t) - sin(t/2);
y = -cos(t) + cos(t/2);
z=y;
p = 0.5;
comet(x,y,p)
axis off
Remix Tree