25#ifndef SFML_VECTOR2_HPP
26#define SFML_VECTOR2_HPP
250#include <SFML/System/Vector2.inl>
Utility template class for manipulating 2-dimensional vectors.
T x
X coordinate of the vector.
Vector2(const Vector2< U > &vector)
Construct the vector from another type of vector.
T y
Y coordinate of the vector.
Vector2()
Default constructor.
Vector2(T X, T Y)
Construct the vector from its coordinates.