// Intersection d'un "path" avec lui-même. size(7.5cm,0); // ~~~~~~~~~ DEFINITIONS ~~~~~~~~~ path chemin; for (int i=0; i<=7; ++i) chemin=chemin--point(polygon(7),2*i); pair[] p = intersectionpoints(chemin,chemin); // ~~~~~~~~~ CONSTRUCTIONS ~~~~~~~~~ draw(chemin); for (int k=0; k