blh2xyz.h 632 B

12345678910111213141516171819202122232425262728
  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: blh2xyz.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 04-Apr-2023 15:36:25
  9. //
  10. #ifndef BLH2XYZ_H
  11. #define BLH2XYZ_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include <cstddef>
  15. #include <cstdlib>
  16. // Function Declarations
  17. extern void blh2xyz(double LAT, double LON, double h, double *X, double *Y,
  18. double *Z);
  19. #endif
  20. //
  21. // File trailer for blh2xyz.h
  22. //
  23. // [EOF]
  24. //