It works!!!!!!
This commit is contained in:
11
include/constants.hpp
Normal file
11
include/constants.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace Constants {
|
||||
constexpr int maxIterations{2000};
|
||||
constexpr int windowWidth{600};
|
||||
constexpr int windowHeight{600};
|
||||
constexpr double posRealRange{3.0};
|
||||
constexpr double negRealRange{-3.0};
|
||||
constexpr double posImagRange{3.0};
|
||||
constexpr double negImagRange{-3.0};
|
||||
} // Namespace Constants
|
||||
Reference in New Issue
Block a user