Skip to content

OSMArea::Polygon

#include <osmarea.h>

Public Types

Name
using std::vector< QVector2D > Ring
using std::vector< glm::vec2 > Ring

Public Attributes

Name
Ring outerRing
std::vector< Ring > innerRings

Public Types Documentation

using Ring

1
using OSMArea::Polygon::Ring =  std::vector<QVector2D>;

using Ring

1
using OSMArea::Polygon::Ring =  std::vector<glm::vec2>;

Public Attributes Documentation

variable outerRing

1
Ring outerRing;

variable innerRings

1
std::vector< Ring > innerRings;

Updated on 2022-10-18 at 11:12:51 +0200