Public Member Functions | |
Vector4 () | |
Default constructor. More... | |
Vector4 (T X1, T X2, T X3, T X4) | |
Construct the vector from its coordinates. More... | |
template<typename U > | |
Vector4 (const Vector4< U > &vector) | |
Construct the vector from another type of vector. More... | |
Public Attributes | |
T | x1 |
Member data. More... | |
T | x2 |
Member data. More... | |
T | x3 |
Member data. More... | |
T | x4 |
Member data. More... | |
|
inline |
Default constructor.
|
inline |
Construct the vector from its coordinates.
|
inlineexplicit |
Construct the vector from another type of vector.
T tgui::Vector4< T >::x1 |
Member data.
T tgui::Vector4< T >::x2 |
Member data.
T tgui::Vector4< T >::x3 |
Member data.
T tgui::Vector4< T >::x4 |
Member data.