Changes

Jump to: navigation, search

TriForce

90 bytes added, 11:21, 8 March 2019
Assignment 1: Julia Set
|}
=== Assignment 1: Julia Set Sets ===
This portion of the assignment focuses on Julia sets with the quadratic formula:
int * array = new int[height * width];
//Initial Julia Point value
float jI = -0.4f;
float jR = 0.6f;
//for rotating the Julia point around the origin
float angle = 2.0f / ITER * PI;
float cosA = cos(angle);

Navigation menu