WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
EarthPoint2.h
1#ifndef _WINC_EARTHPOINT2
2#define _WINC_EARTHPOINT2
3
4namespace WXP {
5 struct EarthPoint2 {
6 double lat,lon,hgt;
7
8 int print();
9 };
10}
11#endif
12
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct stores double precision earth location.
Definition: EarthPoint2.h:5
int print()
Definition: EarthPoint2.cc:17