/* -*-ePiX-*- */ #include "epix.h" using namespace ePiX; const int N(24); const double theta(0.875*M_PI); const pair alpha(1, theta/N); // pairs implement complex arithmetic, but need P to draw P pair2P(pair arg) { return P(arg.x1(), arg.x2()); } int main() { picture(P(-1.5,0), P(1,1.25), "200 x 100pt"); begin(); pair power(1,0); for(int i=0; i