On Wed, 2009-02-04 at 15:47 +0000, evan.raskob [lists] wrote: > Little bits in the docs (fluxus-documentation.pdf) that need spring > cleaning (in the snow): > > > > > p. 24, Mapping, Folding: > > > The my-torus example has an extra ")" at the end. > > > > > (define my-torus (build-torus 1 2 10 10)) > (define torus-centre > (with-primitive my-torus > (vdiv (pdata-fold vadd (vector 0 0 0) āpā) (pdata-size))))) > > > Also, the pdata-fold and pdata-fold-index explanations are the same - > and I'm not exactly sure how to use them from the example. Am I right > in assuming that pdata-fold doesn't actually update the pdata itself?
Yes, it just reads the pdata - and there aren't many uses for it really. Maybe I should just remove it from the docs to avoid the confusion. This is great feedback though - thanks! cheers, dave
