NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
AERtoENU.hpp
Go to the documentation of this file.
1
28
#pragma once
29
30
#include "
NumCpp/Coordinates/ReferenceFrames/AER.hpp
"
31
#include "
NumCpp/Coordinates/ReferenceFrames/NED.hpp
"
32
#include "
NumCpp/Coordinates/Transforms/AERtoNED.hpp
"
33
#include "
NumCpp/Coordinates/Transforms/NEDtoENU.hpp
"
34
35
namespace
nc::coordinates::transforms
36
{
44
[[nodiscard]]
inline
reference_frames::ENU
AERtoENU
(
const
reference_frames::AER
aer)
noexcept
45
{
46
return
NEDtoENU
(
AERtoNED
(aer));
47
}
48
}
// namespace nc::coordinates::transforms
AER.hpp
AERtoNED.hpp
NED.hpp
NEDtoENU.hpp
nc::coordinates::reference_frames::AER
Az, El, Range coordinates.
Definition:
AER.hpp:42
nc::coordinates::reference_frames::ENU
East North Up coordinates.
Definition:
ENU.hpp:40
nc::coordinates::transforms
Definition:
AERtoECEF.hpp:38
nc::coordinates::transforms::NEDtoENU
reference_frames::ENU NEDtoENU(const reference_frames::NED &point) noexcept
Converts NED to ENU.
Definition:
NEDtoENU.hpp:41
nc::coordinates::transforms::AERtoNED
reference_frames::NED AERtoNED(const reference_frames::AER aer) noexcept
Converts the spherical inertial coordinates (NED) to Cartesian XYZ (NED). NOTE: positive elevation is...
Definition:
AERtoNED.hpp:44
nc::coordinates::transforms::AERtoENU
reference_frames::ENU AERtoENU(const reference_frames::AER aer) noexcept
Converts the spherical inertial coordinates (NED) to Cartesian XYZ (ENU). NOTE: positive elevation is...
Definition:
AERtoENU.hpp:44
include
NumCpp
Coordinates
Transforms
AERtoENU.hpp
Generated by
1.9.4