WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
SatPoint.h
1
#ifndef _WINC_SATPOINT
2
#define _WINC_SATPOINT
3
4
namespace
WXP
{
5
6
struct
SatPoint {
7
float
line;
8
float
elem;
9
10
SatPoint();
11
int
init();
12
int
set(
float
l,
float
e );
13
int
print();
14
};
15
}
16
#endif
17
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
Generated on
for WXP C++ Library by
1.16.1