SVECTOR array will translate to an setxy3( *p,x0,y0,x1,y1,x2,y2) ....properly. The way I see it, there's 3 x's and 3 y's. But how exactly does it go inside the macro function, without messing up the geometry ? Like, would you fit it inside the function, sequentially, with the first 3 vert coords of the SVECTOR fitting in there sv[0](x0), sv[1](y0), sv[2](x1), ...), or must it be alternated





