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?
Cheers
Evan