*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
for loop - a for loop is created for the range from i = 0 to i = (periods*4).
laminalast - Every time the program runs through the for loop another sine wave is drawn.
lamina{~}last:
- x: origin0 + sin(πi/2)*amp
- y: origin1 + i*(x/(periods*4)
- z: origin2
laminai+1 - breaks the program out of the for loop once the range is exceeded.
laminai+2 - selects the point (origin - zcpoint)
laminai+3 - selects the point (origin + zcpoint.)
laminai+4 -
laminai+5 -
laminai+6 -
...