siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
cartesian/position/equatorial.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "../../../cartesian.hpp"
4
5
namespace
siderust
{
6
namespace
cartesian {
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
}
// namespace position
14
}
// namespace cartesian
15
}
// namespace siderust
siderust
Definition
altitude.hpp:17
siderust::cartesian::Position
A 3D Cartesian position, compile-time tagged by center, frame, unit.
Definition
cartesian.hpp:53
include
siderust
coordinates
types
cartesian
position
equatorial.hpp
Generated by
1.9.8