25#ifndef SFML_VECTOR3_HPP
26#define SFML_VECTOR3_HPP
Vector2< T > & operator-=(Vector2< T > &left, const Vector2< T > &right)
Vector2< T > operator-(const Vector2< T > &right)
Vector2< T > operator*(const Vector2< T > &left, T right)
Vector2< T > operator+(const Vector2< T > &left, const Vector2< T > &right)
Vector2< T > operator/(const Vector2< T > &left, T right)
Vector2< T > & operator*=(Vector2< T > &left, T right)
Vector2< T > & operator/=(Vector2< T > &left, T right)
Vector2< T > & operator+=(Vector2< T > &left, const Vector2< T > &right)
Utility template class for manipulating 3-dimensional vectors.
T z
Z coordinate of the vector.
T x
X coordinate of the vector.
T y
Y coordinate of the vector.
Vector3(T X, T Y, T Z)
Construct the vector from its coordinates.
Vector3(const Vector3< U > &vector)
Construct the vector from another type of vector.
Vector3()
Default constructor.
SFML_NETWORK_API bool operator==(const IpAddress &left, const IpAddress &right)
Overload of == operator to compare two IP addresses.
SFML_NETWORK_API bool operator!=(const IpAddress &left, const IpAddress &right)
Overload of != operator to compare two IP addresses.
Vector3< float > Vector3f