siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
spherical/position/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
position {
8
template
<
typename
U>
9
using
ICRS
=
Position<centers::Barycentric, frames::ICRS, U>
;
10
11
template
<
typename
U>
12
using
GCRS
=
Position<centers::Geocentric, frames::ICRS, U>
;
13
14
template
<
typename
U>
15
using
HCRS
=
Position<centers::Heliocentric, frames::ICRS, U>
;
16
}
// namespace position
17
}
// namespace spherical
18
}
// namespace siderust
siderust
Definition
altitude.hpp:17
siderust::spherical::Position
A spherical position (direction + distance), compile-time tagged.
Definition
spherical.hpp:180
include
siderust
coordinates
types
spherical
position
equatorial.hpp
Generated by
1.9.8