|
void | load (rapidxml::xml_node< char > *node) |
|
void | draw (const int &xOffset, const int &yOffset) |
|
| Vector2D (int X=0, int Y=0) |
|
void | Set (int X=0, int Y=0) |
|
bool | load (rapidxml::xml_node< char > *node, const bool &echo=true) |
|
void | saveState (rapidxml::xml_document<> &doc, rapidxml::xml_node< char > *root, const char *name) |
|
double | magnitude () |
|
double | magSqr () |
|
void | normalize () |
|
float | dotProduct (const Vector2D< int > &v) const |
|
void | operator+= (const Vector2D &v) |
|
void | operator-= (const Vector2D &v) |
|
bool | operator== (const Vector2D &v) const |
|
bool | operator!= (const Vector2D &v) const |
|
|
ImageKey | _img |
|
bool | _visible |
|
int | x |
|
int | y |
|
The documentation for this struct was generated from the following file: