• Remix
  • Share
  • New Entry

on 30 Oct 2022
  • 6
  • 116
  • 0
  • 0
  • 280
f=0.1;
t=0:f^2:2*pi;
r=pi/4;
p=r*t+r;
patch([cos(p),0],[sin(p),0],'y')
c=eye(3);
for a=2:2:6
patch([t/4+a,a+r*(1+cos(t/2)),a],[-f*cos(3*(a+t))-r,r*sin(t/2),-1],c(a/2,:));
patch(a+f*cos(t)'+r./[1,0.65],f*(2+sin(t)').*[1,1],'k','EdgeColor','w','LineWidth',pi)
end
axis equal off
set(gcf,'color','k')
Remix Tree