#include <epoint.h>
|
bool | operator== (const ePoint &, const ePoint &) |
|
bool | operator!= (const ePoint &, const ePoint &) |
|
ePoint | operator+ (const ePoint &, const ePoint &) |
|
ePoint | operator+ (const ePoint &, const eSize &) |
|
ePoint | operator- (const ePoint &, const ePoint &) |
|
ePoint | operator- (const ePoint &, const eSize &) |
|
ePoint | operator* (const ePoint &, int) |
|
ePoint | operator* (int, const ePoint &) |
|
ePoint | operator* (const ePoint &, double) |
|
ePoint | operator* (double, const ePoint &) |
|
ePoint | operator- (const ePoint &) |
|
ePoint | operator/ (const ePoint &, int) |
|
ePoint | operator/ (const ePoint &, double) |
|
◆ ePoint() [1/5]
◆ ePoint() [2/5]
ePoint::ePoint |
( |
int |
xpos, |
|
|
int |
ypos |
|
) |
| |
|
inline |
◆ ePoint() [3/5]
ePoint::ePoint |
( |
float |
xpos, |
|
|
float |
ypos |
|
) |
| |
|
inline |
◆ ePoint() [4/5]
ePoint::ePoint |
( |
float |
xpos, |
|
|
int |
ypos |
|
) |
| |
|
inline |
◆ ePoint() [5/5]
ePoint::ePoint |
( |
int |
xpos, |
|
|
float |
ypos |
|
) |
| |
|
inline |
◆ isNull()
bool ePoint::isNull |
( |
| ) |
const |
|
inline |
◆ manhattanLength()
int ePoint::manhattanLength |
( |
| ) |
const |
|
inline |
◆ operator*=() [1/2]
ePoint & ePoint::operator*= |
( |
double |
c | ) |
|
|
inline |
◆ operator*=() [2/2]
ePoint & ePoint::operator*= |
( |
int |
c | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=() [1/2]
ePoint & ePoint::operator/= |
( |
double |
c | ) |
|
|
inline |
◆ operator/=() [2/2]
ePoint & ePoint::operator/= |
( |
int |
c | ) |
|
|
inline |
◆ rx()
◆ ry()
◆ setX()
void ePoint::setX |
( |
int |
x | ) |
|
|
inline |
◆ setY()
void ePoint::setY |
( |
int |
y | ) |
|
|
inline |
◆ x()
◆ y()
◆ operator!=
◆ operator* [1/4]
◆ operator* [2/4]
◆ operator* [3/4]
◆ operator* [4/4]
◆ operator+ [1/2]
◆ operator+ [2/2]
◆ operator- [1/3]
◆ operator- [2/3]
◆ operator- [3/3]
◆ operator/ [1/2]
◆ operator/ [2/2]
◆ operator==
The documentation for this class was generated from the following file: