![]() |
Stellarium
HEAD
|
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. | |
Represents a set of polygons with associated properties.
| QColor PolygonSet::color |
Color associated with the polygon set.
| QVector<QVector<QPointF> > PolygonSet::corners |
Polygons as vectors of corner points.
| QString PolygonSet::name |
The name of the polygon set.