25#ifndef SFML_VECTOR2_HPP
26#define SFML_VECTOR2_HPP
206#include <SFML/System/Vector2.inl>
Vector2 is an utility class for manipulating 2 dimensional vectors.
T x
X coordinate of the vector.
Vector2()
Default constructor.
T y
Y coordinate of the vector.