; Creates a triangle tesselation. ; nell tess03.nll PIC 5 | nellsvg 3.7 3.25 cm 0.01 1 > tess03.svg a = 2*pi/3; d = sqrt(2*(1-cos(a))); T1 : L(d) T(5*a/4) L(1) T(a/2) L(1) T(a) L(1) T(a/2) L(1) T(3*a/4); T2 : L(d) T(a) L(d); PIC : P(1,0.65) S(T1,3) T(-a/4) M(1) T(a/4) S(T2,3);