dwww Home | Show directory contents | Find package

import three;

size(100,0);
path3 g=(1,0,0)..(0,1,1)..(-1,0,0)..(0,-1,1)..cycle;
draw(g);
draw(((-1,-1,0)--(1,-1,0)--(1,1,0)--(-1,1,0)--cycle));
dot(g,red);

Generated by dwww version 1.15 on Sat May 18 08:40:19 CEST 2024.