I am attempting to define a tranform for later use:
def barrowT { rotate(360 / (circ_segs-1), (rI,yI,0), [0,0,1]) }
This code however gives me a syntax error, can anyone suggest what I
might be doing wrong?
Thanks,
Richard
p.s. I've been using sketch for a few years now and it's really great,
thanks!
Braces enclose blocks of drawable items. You can't use them in any
kind of affine arithmetic.
Thanks,
Gene