Fractal bounds in the complex plane
FractalBounds
const bounds: FractalBounds = { minReal: -2.5, maxReal: 1.5, minImaginary: -1.5, maxImaginary: 1.5}; Copy
const bounds: FractalBounds = { minReal: -2.5, maxReal: 1.5, minImaginary: -1.5, maxImaginary: 1.5};
Readonly
Minimum real value (left edge)
Maximum real value (right edge)
Minimum imaginary value (bottom edge)
Maximum imaginary value (top edge)
Fractal bounds in the complex plane
Interface
FractalBounds
Example