XYZ2ELL.h 603 B

123456789101112131415161718192021222324252627
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: XYZ2ELL.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 04-Apr-2023 15:28:59
  9. //
  10. #ifndef XYZ2ELL_H
  11. #define XYZ2ELL_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include <cstddef>
  15. #include <cstdlib>
  16. // Function Declarations
  17. extern void XYZ2ELL(const double pos[3], double *lat, double *lon, double *h);
  18. #endif
  19. //
  20. // File trailer for XYZ2ELL.h
  21. //
  22. // [EOF]
  23. //