|
ShishGL
1.0
A simple modular cross-platform graphics library
|
|
Go to the documentation of this file.
2 #ifndef SHISHGL_VECTOR_2_HPP
3 #define SHISHGL_VECTOR_2_HPP
43 #endif //SHISHGL_VECTOR_2_HPP
T x
Definition: Vector2.hpp:10
Definition: Vector2.hpp:8
Vector2< T > & operator+=(const Vector2< T > &right)
Definition: Vector2.ipp:35
T length() const
Definition: Vector2.ipp:10
T operator^(const Vector2< T > &right) const
Definition: Vector2.ipp:75
Vector2< T > operator!() const
Definition: Vector2.ipp:95
T y
Definition: Vector2.hpp:10
Vector2< T > operator+(const Vector2< T > &right) const
Definition: Vector2.ipp:42
Vector2< T > operator|(const Vector2< T > &right) const
Definition: Vector2.ipp:88
Vector2< T > & operator-=(const Vector2< T > &right)
Definition: Vector2.ipp:49
Definition: CoreApplication.hpp:10
Vector2< T > & operator*=(const T &mul)
Definition: Vector2.ipp:61
Vector2< T > operator*(const T &mul, const Vector2< T > &vec)
Definition: Vector2.ipp:68
Vector2< T > & operator|=(const Vector2< T > &right)
Definition: Vector2.ipp:82
Vector2< T > operator-() const
Definition: Vector2.ipp:28