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
5namespace siderust {
6namespace cartesian {
7namespace position {
8template <typename U>
10
11template <typename U>
13} // namespace position
14} // namespace cartesian
15} // namespace siderust
A 3D Cartesian position, compile-time tagged by center, frame, unit.
Definition cartesian.hpp:53