Stellarium  25.3
Data Fields
PolygonSet Struct Reference

Represents a set of polygons with associated properties. More...

#include <MosaicCamera.hpp>

Data Fields

QString name
 The name of the polygon set.
 
QVector< QVector< QPointF > > corners
 Polygons as vectors of corner points.
 
QColor color
 Color associated with the polygon set.
 

Detailed Description

Represents a set of polygons with associated properties.

Field Documentation

◆ color

QColor PolygonSet::color

Color associated with the polygon set.

◆ corners

QVector<QVector<QPointF> > PolygonSet::corners

Polygons as vectors of corner points.

◆ name

QString PolygonSet::name

The name of the polygon set.