Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
TriForce
86 bytes added
,
20:03, 7 March 2019
→
Assignment 1: Julia Set
'''Psuedo code'''
for(Pixel pix in image){
pix.color = colorFunction(escapeValue(pix.loc, julia));
return cycles;
}
To view the full c++ code [https://github.com/vincent-terpstra/julia-sets github link]
=== Assignment 2 ===
=== Assignment 3 ===
Vincent Terpstra
112
edits