norm() const | Vector | |
operator *(float s) const | Vector | [inline] |
operator *(const Vector &other) const | Vector | [inline] |
operator *=(float val) | Vector | [inline] |
operator!=(const Vector &other) const | Vector | [inline] |
operator+(const Vector &other) const | Vector | [inline] |
operator+=(const Vector &other) | Vector | [inline] |
operator-(const Vector &other) const | Vector | [inline] |
operator-() const | Vector | [inline] |
operator-=(const Vector &other) | Vector | [inline] |
operator/(float s) const | Vector | [inline] |
operator/=(float val) | Vector | [inline] |
operator=(const Vector &other) | Vector | [inline] |
operator==(const Vector &other) const | Vector | [inline] |
unit() const | Vector | |
Vector(float nx, float ny) | Vector | [inline] |
Vector(const Vector &other) | Vector | [inline] |
Vector() | Vector | [inline] |
x | Vector | |
y | Vector |