This commit is contained in:
David Given
2021-04-18 21:42:10 +02:00
parent d579863311
commit 7341c71277

View File

@@ -37,12 +37,8 @@ static IntFlag sideToDraw(
static std::ifstream inputFile;
static const int SIZE = 480;
static const int BORDER = 10;
static const int RADIUS = (SIZE/2) - (BORDER/2);
static const int CORE = 50;
static const int TRACKS = 83;
static const double TRACK_SPACING = double(RADIUS-CORE) / TRACKS;
void visualiseSectorsToFile(const SectorSet& sectors, const std::string& filename)
{