siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
spherical/direction/equatorial.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "../../../spherical.hpp"
4
5
namespace
siderust
{
6
namespace
spherical {
7
namespace
direction {
8
using
ICRS
=
Direction<frames::ICRS>
;
9
using
ICRF
=
Direction<frames::ICRF>
;
10
using
EquatorialMeanJ2000
=
Direction<frames::EquatorialMeanJ2000>
;
11
using
EquatorialMeanOfDate
=
Direction<frames::EquatorialMeanOfDate>
;
12
using
EquatorialTrueOfDate
=
Direction<frames::EquatorialTrueOfDate>
;
13
}
// namespace direction
14
}
// namespace spherical
15
}
// namespace siderust
siderust
Definition
altitude.hpp:17
siderust::spherical::Direction
A direction on the celestial sphere, compile-time tagged by frame.
Definition
spherical.hpp:36
include
siderust
coordinates
types
spherical
direction
equatorial.hpp
Generated by
1.9.8