import math; unitsize(1cm,1cm); // picture grid(int Nx, int Ny, pen p=currentpen) // Return an Nx by Ny unit square lattice with lower-left corner at (0,0). add(grid(5,3,1bp+red+dotted)); // Pour obtenir un point tous les mm, voir exemple fig_aa06_...