Vector2 Class Reference
List of all members.
Public Member Functions |
| Vector2 (float x, float y) |
| Vector2 (const Vector2 &v) |
Vector2 | operator+ (const Vector2 &v) const |
Vector2 | operator+ (const float fTranslation) const |
Vector2 | operator- (const Vector2 &v) const |
Vector2 | operator- (const float fTranslation) const |
Vector2 | operator* (const float fScale) const |
Vector2 | operator- () const |
Vector2 | Unit () const |
Vector2 & | operator+= (const Vector2 &v) |
Vector2 & | operator+= (const float fTranslation) |
Vector2 & | operator-= (const Vector2 &v) |
Vector2 & | operator-= (const float fTranslation) |
Vector2 & | operator*= (const float fScale) |
Vector2 & | operator= (const Vector2 &v) |
Vector2 & | SetX (const float x) |
Vector2 & | SetY (const float y) |
Vector2 & | Set (const float x, const float y) |
Vector2 & | Normalize () |
Vector2 & | Reverse () |
float | CrossZ (const Vector2 &other) const |
float | Length () const |
float | Dot (const Vector2 &other) const |
Public Attributes |
float | _x |
float | _y |
float | _unused |
The documentation for this class was generated from the following file:
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/Vector2.h