Skip to content
Snippets Groups Projects

Resolve "input field for c"

Merged Emil Ruud requested to merge 50-input-field-for-c into development
3 files
+ 216
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -103,4 +103,10 @@ public class FractalOperations {
public void updateC(Complex complex) {
this.chaosGame = new ChaosGame(createJuliaSet(complex, -1), 400, 400);
}
public void updateMatrixAndVector(ChaosGameDescription description) {
this.chaosGame = new ChaosGame(description, 400, 400);
iterations = 0;
drawFractal(0);
}
}
Loading