|
|
Perhaps the problem was too simple to a programmer like me to see it.
: To avoid this I made a second array nearly identical to the first with
: the exception that the first line of data was removed so I had different
: start points and end points
: Connect (
: <B_spline[ab][0], B_spline[ab][1], 0>, 0.1,
: <C_spline[ab][0], C_spline[ab][1], 0>, 0.1 )
Can't you just do it this way:
Connect (
<B_spline[ab][0], B_spline[ab][1], 0>, 0.1,
<B_spline[ab+1][0], B_spline[ab+1][1], 0>, 0.1 )
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|