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