/* -*-ePiX-*- */ #include "epix.h" using namespace ePiX; // draw a regular n-gon with labeled vertices void polygon(int n, double th_0 = 0) { const double d_th(full_turn()/n); path poly; for (int i=0; i