25#ifndef SFML_VECTOR3_HPP
26#define SFML_VECTOR3_HPP
252#include <SFML/System/Vector3.inl>
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.