GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::Vector2< T >, including all inherited members.
operator!=(const Vector2< T > &vector2) const | gk::Vector2< T > | inline |
operator*(T n) const | gk::Vector2< T > | inline |
operator*=(T n) | gk::Vector2< T > | inline |
operator+(const Vector2< T > &vector2) const | gk::Vector2< T > | inline |
operator+=(const Vector2 &vector2) | gk::Vector2< T > | inline |
operator-(const Vector2< T > &vector2) const | gk::Vector2< T > | inline |
operator-() const | gk::Vector2< T > | inline |
operator-=(const Vector2 &vector2) | gk::Vector2< T > | inline |
operator/(T n) const | gk::Vector2< T > | inline |
operator/=(T n) | gk::Vector2< T > | inline |
operator<(const Vector2< T > &vector2) const | gk::Vector2< T > | inline |
operator=(T n) | gk::Vector2< T > | inline |
operator==(const Vector2< T > &vector2) const | gk::Vector2< T > | inline |
operator>(const Vector2< T > &vector2) const | gk::Vector2< T > | inline |
Vector2()=default | gk::Vector2< T > | |
Vector2(T _x, T _y) | gk::Vector2< T > | inline |
Vector2(const Vector2< U > &vector2) | gk::Vector2< T > | inline |
x | gk::Vector2< T > | |
y | gk::Vector2< T > |