coord_def Struct Reference
#include <externs.h>
List of all members.
Constructor & Destructor Documentation
| coord_def::coord_def |
( |
int |
x_in = 0, |
|
|
int |
y_in = 0 | |
|
) |
| | [inline, explicit] |
Member Function Documentation
| void coord_def::set |
( |
int |
xi, |
|
|
int |
yi | |
|
) |
| | [inline] |
| void coord_def::reset |
( |
|
) |
[inline] |
| int coord_def::distance_from |
( |
const coord_def & |
b |
) |
const |
| bool coord_def::operator== |
( |
const coord_def & |
other |
) |
const [inline] |
| bool coord_def::operator!= |
( |
const coord_def & |
other |
) |
const [inline] |
| bool coord_def::operator< |
( |
const coord_def & |
other |
) |
const [inline] |
| bool coord_def::operator> |
( |
const coord_def & |
other |
) |
const [inline] |
| const coord_def& coord_def::operator+= |
( |
int |
offset |
) |
[inline] |
| const coord_def& coord_def::operator-= |
( |
int |
offset |
) |
[inline] |
| const coord_def& coord_def::operator/= |
( |
int |
div |
) |
[inline] |
| const coord_def& coord_def::operator*= |
( |
int |
mul |
) |
[inline] |
| coord_def coord_def::operator+ |
( |
int |
other |
) |
const [inline] |
| coord_def coord_def::operator- |
( |
|
) |
const [inline] |
| coord_def coord_def::operator- |
( |
int |
other |
) |
const [inline] |
| coord_def coord_def::operator/ |
( |
int |
div |
) |
const [inline] |
| coord_def coord_def::operator* |
( |
int |
mul |
) |
const [inline] |
| int coord_def::abs |
( |
|
) |
const [inline] |
| int coord_def::rdist |
( |
|
) |
const [inline] |
| bool coord_def::origin |
( |
|
) |
const [inline] |
| bool coord_def::zero |
( |
|
) |
const [inline] |
| bool coord_def::equals |
( |
const int |
xi, |
|
|
const int |
yi | |
|
) |
| | const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following files: