equilateral triangle sketch

This commit is contained in:
Xevion
2019-10-21 13:42:10 -05:00
parent d68bd1988a
commit b14d7d703e
3 changed files with 36 additions and 1 deletions

View File

@@ -6,4 +6,6 @@ All my projects attempting to create vivid or interesting visuals using the Proc
## Sketches
- **CircleIntersection** Plots circles in places where others aren't, expoonentially becoming slower and slower with each successfully located spot. Somewhat buggy and needs tuning to become much faster using a better algorithm, and probably better methods for deciding where spots are (less random, more organized manner).
- **CircleIntersection** Plots circles in places where others aren't, expoonentially becoming slower and slower with each successfully located spot. Somewhat buggy and needs tuning to become much faster using a better algorithm, and probably better methods for deciding where spots are (less random, more organized manner).
- **EquilateralTriangle** Places squares in increasing size whilst rotating.