Added Panning

This commit is contained in:
2026-01-30 21:40:14 +01:00
parent 7ee1bc6245
commit 1d9ed8561a
2 changed files with 62 additions and 16 deletions

View File

@@ -2,10 +2,7 @@
namespace Constants {
constexpr int maxIterations{2000};
constexpr int windowWidth{600};
constexpr int windowHeight{600};
constexpr double posRealRange{1.0};
constexpr double negRealRange{-2.5};
constexpr double posImagRange{1.25};
constexpr double negImagRange{-1.25};
constexpr int windowWidth{900};
constexpr int windowHeight{900};
} // Namespace Constants