siderust-cpp
0.8.0
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>
using
ICRS
=
Position<centers::Barycentric, frames::ICRS, U>
;
9
10
template
<
typename
U>
using
GCRS
=
Position<centers::Geocentric, frames::ICRS, U>
;
11
12
template
<
typename
U>
using
HCRS
=
Position<centers::Heliocentric, frames::ICRS, U>
;
13
}
// namespace position
14
}
// namespace spherical
15
}
// namespace siderust
siderust
Definition
altitude.hpp:19
siderust::spherical::Position
A spherical position (direction + distance), compile-time tagged.
Definition
spherical.hpp:287
include
siderust
coordinates
types
spherical
position
equatorial.hpp
Generated by
1.9.8