Stellarium  HEAD
Data Fields
scm::Lines Struct Reference

The lines of the current drawn constellation. More...

#include <Lines.hpp>

Data Fields

std::vector< CoordinateLinecoordinates
 The coordinate pairs of a line.
 
std::vector< StarLinestars
 The optional available stars to the coordinates.
 

Detailed Description

The lines of the current drawn constellation.

Field Documentation

◆ coordinates

std::vector<CoordinateLine> scm::Lines::coordinates

The coordinate pairs of a line.

◆ stars

std::vector<StarLine> scm::Lines::stars

The optional available stars to the coordinates.