A point of interest in the Mandelbrot set with description
InterestingPoint
const elephantValley: InterestingPoint = { centerX: -0.7269, centerY: 0.1889, zoom: 100, description: "Elephant Valley - fascinating self-similar structures"}; Copy
const elephantValley: InterestingPoint = { centerX: -0.7269, centerY: 0.1889, zoom: 100, description: "Elephant Valley - fascinating self-similar structures"};
Readonly
Real part of the center coordinate
Imaginary part of the center coordinate
Recommended zoom level for optimal viewing
Human-readable description of this location
A point of interest in the Mandelbrot set with description
Interface
InterestingPoint
Example