Uses of Class
edu.ntnu.stud.chaosgame.model.data.Complex
Packages that use Complex
Package
Description
-
Uses of Complex in edu.ntnu.stud.chaosgame.model.data
Methods in edu.ntnu.stud.chaosgame.model.data that return Complex -
Uses of Complex in edu.ntnu.stud.chaosgame.model.transformations
Fields in edu.ntnu.stud.chaosgame.model.transformations declared as ComplexModifier and TypeFieldDescriptionprivate final Complex
JuliaTransform.c1
The complex number represented through ComplexComplex
which is added or subtracted in the Julia transformations.Methods in edu.ntnu.stud.chaosgame.model.transformations that return ComplexModifier and TypeMethodDescriptionJuliaTransform.getC1()
Getter method to use withChaosGameFileHandler
.Constructors in edu.ntnu.stud.chaosgame.model.transformations with parameters of type ComplexModifierConstructorDescriptionJuliaTransform
(Complex point, int sign) Constructs a JuliaTransform object defined by the input.