WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
GeomBox.h
1
#ifndef _WINC_GEOMBOX
2
#define _WINC_GEOMBOX
3
4
namespace
WXP
{
5
class
GeomBox
{
6
public
:
7
float
x
;
8
float
y
;
9
float
width
;
10
float
height
;
12
int
init
();
13
GeomBox
();
14
GeomBox
(
float
rx,
float
ry,
float
rwidth,
float
rheight );
15
int
set
(
float
rx,
float
ry,
float
rwidth,
float
rheight );
16
int
print
();
17
};
18
}
19
#endif
WXP::GeomBox
This structure sets size and location of a geometric box.
Definition
GeomBox.h:5
WXP::GeomBox::print
int print()
Definition
GeomBox.cc:61
WXP::GeomBox::x
float x
Definition
GeomBox.h:7
WXP::GeomBox::width
float width
Definition
GeomBox.h:9
WXP::GeomBox::y
float y
Definition
GeomBox.h:8
WXP::GeomBox::init
int init()
Definition
GeomBox.cc:17
WXP::GeomBox::height
float height
Definition
GeomBox.h:10
WXP::GeomBox::set
int set(float rx, float ry, float rwidth, float rheight)
Definition
GeomBox.cc:50
WXP::GeomBox::GeomBox
GeomBox()
Definition
GeomBox.cc:28
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
Generated on Sun Jul 28 2024 18:05:35 for WXP C++ Library by
1.9.7