123456789101112131415161718192021222324252627 |
- //
- // Academic License - for use in teaching, academic research, and meeting
- // course requirements at degree granting institutions only. Not for
- // government, commercial, or other organizational use.
- // File: XYZ2ELL.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 04-Apr-2023 15:28:59
- //
- #ifndef XYZ2ELL_H
- #define XYZ2ELL_H
- // Include Files
- #include "rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void XYZ2ELL(const double pos[3], double *lat, double *lon, double *h);
- #endif
- //
- // File trailer for XYZ2ELL.h
- //
- // [EOF]
- //
|