Added Panning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user