wxEcMath - Official documentation
0.6.4
|
Stores 2 unsigned integers. More...
#include <ec_defs.h>
Public Member Functions | |
wxEcUPoint () | |
wxEcUPoint (unsigned int newx, unsigned int newy) | |
bool | operator== (const wxEcUPoint &up) |
Public Attributes | |
unsigned int | x |
unsigned int | y |
Stores 2 unsigned integers.
This class is similar to wxPoint but stores unsigned values and arithmetic operators have been removed.
|
inline |
The default constructor.
|
inline |
The constructor with initialization.
|
inline |
Compares two unsigned points.
unsigned int wxEcUPoint::x |
X.
unsigned int wxEcUPoint::y |
Y.