NumCpp  2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NEDtoENU.hpp
Go to the documentation of this file.
1
28#pragma once
29
32
34{
42 {
43 return { point.east(), point.north(), -point.down() };
44 }
45} // namespace nc::coordinates::transforms
East North Up coordinates.
Definition ENU.hpp:40
double east() const noexcept
east getter
Definition ENU.hpp:70
North east down coordinates.
Definition NED.hpp:40
Definition AERtoECEF.hpp:38
reference_frames::ENU NEDtoENU(const reference_frames::NED &point) noexcept
Converts NED to ENU.
Definition NEDtoENU.hpp:41
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59