-
- Downloads
Create abstract class Transform2D and its subclasses AffineTransform2D and JuliaTransform
These classes perform the transformations needed to produce fractals.
parent
eb7a19ab
No related branches found
No related tags found
Showing
- .idea/vcs.xml 6 additions, 0 deletions.idea/vcs.xml
- pom.xml 7 additions, 4 deletionspom.xml
- src/main/java/edu/ntnu/stud/chaosgame/transformations/AffineTransform2D.java 41 additions, 0 deletions...tnu/stud/chaosgame/transformations/AffineTransform2D.java
- src/main/java/edu/ntnu/stud/chaosgame/transformations/JuliaTransform.java 47 additions, 0 deletions...u/ntnu/stud/chaosgame/transformations/JuliaTransform.java
- src/main/java/edu/ntnu/stud/chaosgame/transformations/Transform2D.java 15 additions, 0 deletions.../edu/ntnu/stud/chaosgame/transformations/Transform2D.java
Please register or sign in to comment