Uses of Class
ch.nolix.tech.math.fractal.Fractal
Packages that use Fractal
-
Uses of Fractal in ch.nolix.tech.math.fractal
Methods in ch.nolix.tech.math.fractal that return FractalModifier and TypeMethodDescriptionFractalBuilder.build()static FractalFractal.withParams(IClosedInterval realComponentInterval, IClosedInterval imaginaryComponentInterval, int widthInPixel, int heightInPixel, Function<IComplexNumber, ISequence<IComplexNumber>> sequenceCreator, BigDecimal sequencesMinDivergenceMagnitude, int sequencesMaxIterationCount, IntFunction<IColor> colorFunction, int decimalPlaces)