siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::frames::SphericalNaming< F > Struct Template Reference

Maps a frame to its conventional spherical-coordinate names. More...

#include <siderust/frames.hpp>

Static Public Member Functions

static constexpr const char * lon_name ()
 
static constexpr const char * lat_name ()
 

Detailed Description

template<typename F>
struct siderust::frames::SphericalNaming< F >

Maps a frame to its conventional spherical-coordinate names.

Default: (longitude, latitude). Specialise per-frame for RA/Dec, Az/Alt, etc.

Definition at line 118 of file frames.hpp.

Member Function Documentation

◆ lat_name()

template<typename F >
static constexpr const char * siderust::frames::SphericalNaming< F >::lat_name ( )
inlinestaticconstexpr

Definition at line 120 of file frames.hpp.

◆ lon_name()

template<typename F >
static constexpr const char * siderust::frames::SphericalNaming< F >::lon_name ( )
inlinestaticconstexpr

Definition at line 119 of file frames.hpp.


The documentation for this struct was generated from the following file: