Public Member Functions | |
| Vector2 (void) | |
| Vector2 (float cx, float cy) | |
| const float & | operator[] (int i) const |
| float & | operator[] (int i) |
| Vector2 & | clear (void) |
| Vector2 & | set (float cx, float cy) |
| bool | operator== (const Vector2 &s) const |
| bool | operator!= (const Vector2 &s) const |
| float | length (void) const |
| float | lengthSqr (void) const |
| Vector2 & | normalize (float len=1.0f) |
| void | scale (const Vector2 &v) |
| Vector2 & | operator+= (const Vector2 &v) |
| Vector2 & | operator-= (const Vector2 &v) |
| Vector2 & | operator *= (float s) |
| Vector2 & | operator/= (float s) |
| Vector2 & | operator *= (const Matrix2x2 &m) |
Public Attributes | |
| float | x |
| float | y |
Definition at line 27 of file ssVector.hpp.
1.5.1-p1