- /
-
A shinobi is one who endures
on 12 Oct 2022
- 19
- 84
- 0
- 3
- 229
t = linspace(0,3.8*pi,1000);
x = t.*cos(t); x = [x x(end)+3];
y = -t.*sin(t); y = [y y(end)+3];
x0 = -14:0.01:-9;
y0 = (x0+15).^1.472-10;
x1 = -14:0.01:-0;
y1 = (x1+15).^0.279-10;
plot(x,y,'k',[x0 x1],[y0 y1],'k','LineWidth',14)
axis equal off