Collection of predefined interesting points in the Mandelbrot set
InterestingPoints
const points: InterestingPoints = { classic: { centerX: -0.5, centerY: 0, zoom: 1, description: "Full set view" }, elephant: { centerX: -0.7269, centerY: 0.1889, zoom: 100, description: "Elephant Valley" }}; Copy
const points: InterestingPoints = { classic: { centerX: -0.5, centerY: 0, zoom: 1, description: "Full set view" }, elephant: { centerX: -0.7269, centerY: 0.1889, zoom: 100, description: "Elephant Valley" }};
Additional points can be added
Readonly
Classic full view of the Mandelbrot set
Elephant Valley detail
Seahorse Valley detail
Lightning-like patterns
Spiral structures
Collection of predefined interesting points in the Mandelbrot set
Interface
InterestingPoints
Example