Reorganised file structure and added placeholder for ChaosGameObserver.
Showing
- src/main/java/edu/ntnu/stud/chaosgame/Main.java 2 additions, 1 deletionsrc/main/java/edu/ntnu/stud/chaosgame/Main.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/ChaosGameObserver.java 12 additions, 0 deletions...edu/ntnu/stud/chaosgame/controller/ChaosGameObserver.java
- src/main/java/edu/ntnu/stud/chaosgame/model/data/Complex.java 2 additions, 2 deletions...main/java/edu/ntnu/stud/chaosgame/model/data/Complex.java
- src/main/java/edu/ntnu/stud/chaosgame/model/data/Matrix2x2.java 1 addition, 1 deletion...in/java/edu/ntnu/stud/chaosgame/model/data/Matrix2x2.java
- src/main/java/edu/ntnu/stud/chaosgame/model/data/Vector2D.java 1 addition, 1 deletion...ain/java/edu/ntnu/stud/chaosgame/model/data/Vector2D.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosCanvas.java 2 additions, 2 deletions.../java/edu/ntnu/stud/chaosgame/model/game/ChaosCanvas.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosGame.java 1 addition, 1 deletion...in/java/edu/ntnu/stud/chaosgame/model/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosGameDescription.java 1 addition, 2 deletions.../ntnu/stud/chaosgame/model/game/ChaosGameDescription.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosGameFileHandler.java 3 additions, 3 deletions.../ntnu/stud/chaosgame/model/game/ChaosGameFileHandler.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/AffineTransform2D.java 2 additions, 2 deletions...ud/chaosgame/model/transformations/AffineTransform2D.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/JuliaTransform.java 2 additions, 2 deletions.../stud/chaosgame/model/transformations/JuliaTransform.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/Transform2D.java 1 addition, 1 deletion...tnu/stud/chaosgame/model/transformations/Transform2D.java
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameDescriptionTest.java 3 additions, 3 deletions...du/ntnu/stud/chaosgame/game/ChaosGameDescriptionTest.java
- src/test/java/edu/ntnu/stud/chaosgame/transformations/AffineTransform2DTest.java 2 additions, 2 deletions...stud/chaosgame/transformations/AffineTransform2DTest.java
- src/test/java/edu/ntnu/stud/chaosgame/transformations/JuliaTransformTest.java 3 additions, 3 deletions...nu/stud/chaosgame/transformations/JuliaTransformTest.java
Loading
Please register or sign in to comment