Uses of Class
edu.ntnu.stud.chaosgame.model.transformations.Transform2D
Packages that use Transform2D
Package
Description
-
Uses of Transform2D in edu.ntnu.stud.chaosgame.model.game
Fields in edu.ntnu.stud.chaosgame.model.game with type parameters of type Transform2DModifier and TypeFieldDescriptionprivate final List
<Transform2D> ChaosGameDescription.transforms
The affine transforms for this chaos game description.Methods in edu.ntnu.stud.chaosgame.model.game that return types with arguments of type Transform2DModifier and TypeMethodDescriptionChaosGameDescription.getTransforms()
Getter method for transforms.Constructor parameters in edu.ntnu.stud.chaosgame.model.game with type arguments of type Transform2DModifierConstructorDescriptionChaosGameDescription
(Vector2D minCoords, Vector2D maxCoords, List<Transform2D> transforms) Constructor for ChaosGameDescription.ChaosGameDescription
(Vector2D minCoords, Vector2D maxCoords, List<Transform2D> transforms, String name) Parameterised constructor for ChaosGameDescription with name. -
Uses of Transform2D in edu.ntnu.stud.chaosgame.model.transformations
Subclasses of Transform2D in edu.ntnu.stud.chaosgame.model.transformationsModifier and TypeClassDescriptionclass
Represents affine transformations in a 2D-plane by extending the abstract class Transform2DTransform2D
.class
Represents Julia transformations in a 2D-plane by extending the abstract class Transform2DTransform2D
.