• Remix
  • Share
  • New Entry

  • Adam Danz

  • /
  • Mike Croucher's Chaos pentagon tiled with random orientations

on 4 Oct 2021
  • 9
  • 69
  • 0
  • 0
  • 280
figure(Color='k')
axes(Clipping=0)
t=0:1.25:6.28;
c=[cos(t);sin(t)]';
p=0;
for i=1:1E4
s=c(randi(5),:);
p=(p+s)/2.6;
v(i,:)=p*.7;
end
[X,Y]=meshgrid(0:7);
X=X+mod(Y,2)/2;
hold on
for j=1:64
rotate(plot(v(:,1)+X(j),v(:,2)+Y(j),'w.',MarkerS=1),[0,0,1],randi(70),[X(j),Y(j),0])
end
axis off equal
xlim([1,7])
Remix Tree
Load full remix tree