mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Placefile polygon rendering
This commit is contained in:
parent
d9a53ea8d7
commit
cdef5a9938
8 changed files with 547 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/common/geographic.hpp>
|
||||
|
||||
#include <istream>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
|
@ -157,6 +159,7 @@ public:
|
|||
};
|
||||
|
||||
std::vector<std::vector<Element>> contours_ {};
|
||||
scwx::common::Coordinate center_ {};
|
||||
};
|
||||
|
||||
bool IsValid() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue