Package edu.ntnu.stud.chaosgame.model.transformations


package edu.ntnu.stud.chaosgame.model.transformations
  • Classes
    Class
    Description
    Represents affine transformations in a 2D-plane by extending the abstract class Transform2D Transform2D.
    Represents Julia transformations in a 2D-plane by extending the abstract class Transform2D Transform2D.
    Abstract class representing transformations in a 2D-plane.