Loading...
Searching...
No Matches
Vector2.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
Color operator+(const Color &left, const Color &right)
Overload of the binary + operator.
Color operator*(const Color &left, const Color &right)
Overload of the binary * operator.
Color operator-(const Color &left, const Color &right)
Overload of the binary - operator.
Color & operator-=(Color &left, const Color &right)
Overload of the binary -= operator.
Color & operator*=(Color &left, const Color &right)
Overload of the binary *= operator.
Color & operator+=(Color &left, const Color &right)
Overload of the binary += operator.
Time operator/(Time left, float right)
Overload of binary / operator to scale a time value.
Time & operator/=(Time &left, float right)
Overload of binary /= operator to scale/assign a time value.
Vector2(const Vector2< U > &vector)
Construct the vector from another type of vector.
Definition AlResource.hpp:35
bool operator==(const IpAddress &left, const IpAddress &right)
Overload of == operator to compare two IP addresses.
bool operator!=(const IpAddress &left, const IpAddress &right)
Overload of != operator to compare two IP addresses.