WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
Coords.h
1
#ifndef _WINC_COORDS
2
#define _WINC_COORDS
3
4
namespace
WXP
{
5
struct
Coords
{
/* Coordinate data structure */
6
float
xmin, ymin;
7
float
xmax, ymax;
8
float
xext, yext;
9
10
int
init
();
11
Coords
();
12
Coords
(
float
x1,
float
y1,
float
x2,
float
y2 );
13
int
set
(
float
x1,
float
y1,
float
x2,
float
y2 );
14
int
print
();
15
16
friend
class
GTran;
17
};
18
}
19
#endif
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
WXP::Coords::set
int set(float x1, float y1, float x2, float y2)
Definition
Coords.cc:58
WXP::Coords::Coords
Coords()
Definition
Coords.cc:31
WXP::Coords::init
int init()
Definition
Coords.cc:18
WXP::Coords::print
int print()
Definition
Coords.cc:71
Generated on
for WXP C++ Library by
1.16.1