|
R-Type
Distributed multiplayer game engine in C++
|
2D vector for direction. More...
#include <Velocity.hpp>

Public Attributes | |
| float | x |
| X component. | |
| float | y |
| Y component. | |
2D vector for direction.
Definition at line 26 of file Velocity.hpp.
| float ecs::Velocity::Vector2::x |
X component.
Definition at line 27 of file Velocity.hpp.
Referenced by ecs::Velocity::setDirection().
| float ecs::Velocity::Vector2::y |
Y component.
Definition at line 28 of file Velocity.hpp.
Referenced by ecs::Velocity::setDirection().