dwww Home | Show directory contents | Find package

import math;

int n=7;

size(200,0);

draw(unitcircle,red);
for (int i=0; i < n-1; ++i)
  for (int j=i+1; j < n; ++j)
    drawline(unityroot(n,i),unityroot(n,j),blue);

Generated by dwww version 1.15 on Sat May 18 08:01:48 CEST 2024.