Uses of Class
edu.ntnu.stud.chaosgame.model.data.Matrix2x2
Packages that use Matrix2x2
-
Uses of Matrix2x2 in edu.ntnu.stud.chaosgame.model.transformations
Fields in edu.ntnu.stud.chaosgame.model.transformations declared as Matrix2x2Modifier and TypeFieldDescriptionprivate Matrix2x2
AffineTransform2D.matrix
The matrixMatrix2x2
which performs the matrix-multiplication part of the affine transformation.Methods in edu.ntnu.stud.chaosgame.model.transformations that return Matrix2x2Modifier and TypeMethodDescriptionAffineTransform2D.getMatrix()
Getter method to use withChaosGameFileHandler
.Constructors in edu.ntnu.stud.chaosgame.model.transformations with parameters of type Matrix2x2ModifierConstructorDescriptionAffineTransform2D
(Matrix2x2 inputMatrix, Vector2D inputVector) Create a type of affine transformation.