Structure representing a three-dimensional vector.
More...
#include <Vector3.hpp>
|
T | x |
| The horizontal component of the vector.
|
|
T | y |
| The vertical component of the vector.
|
|
T | z |
| The depth component of the vector.
|
|
template<typename T>
struct rl::Vector3< T >
Structure representing a three-dimensional vector.
- Template Parameters
-
T | The type of the vector components |
◆ Vector3()
Creates a 3D vector.
- Parameters
-
X | The horizontal component of the vector |
Y | The vertical component of the vector |
Z | The depth component of the vector |
The documentation for this struct was generated from the following file: