Stellarium  25.4
Public Member Functions | Data Fields
scm::SkyPoint Struct Reference

A point in the sky with coordinates, optionally associated with a star ID. More...

#include <SkyPoint.hpp>

Public Member Functions

void reset ()
 Resets the SkyPoint to default values.
 

Data Fields

Vec3d coordinate = Vec3d(0, 0, 0)
 The coordinate of the point.
 
QString star
 The optional star at that coordinate.
 

Detailed Description

A point in the sky with coordinates, optionally associated with a star ID.