- LambdaFractalIterator - Class in org.sm.fraxion.fractals.divergent
-
The LambdaFractalIterator
class provides an implementation of the Lambda fractal.
- LambdaFractalIterator() - Constructor for class org.sm.fraxion.fractals.divergent.LambdaFractalIterator
-
Constructs a LambdaFractalIterator
object and initialises the orbit starting point to 0.5 + 0i.
- liesInInterior() - Method in class org.sm.fraxion.fractals.util.IterationResult
-
Returns whether or not the final point of this iteration sequence lies in the fractal's interior.
- load(String) - Method in class org.sm.fraxion.gui.util.ZoomStack
-
Loads the zoom stack from a CSV-file.
- LogarithmicJuliaFractalIterator - Class in org.sm.fraxion.fractals.divergent
-
The LogarithmicJuliaFractalIterator
class provides an implementation of a logarithmic Julia (dual) fractal.
- LogarithmicJuliaFractalIterator() - Constructor for class org.sm.fraxion.fractals.divergent.LogarithmicJuliaFractalIterator
-