|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Declaration of the 2-dimensional vector class. More...
Go to the source code of this file.
Classes | |
| struct | rtp::Vec2< T > |
| A 2-dimensional vector. More... | |
Namespaces | |
| namespace | rtp |
Typedefs | |
| using | rtp::Vec2f = Vec2< float > |
| using | rtp::Vec2d = Vec2< double > |
| using | rtp::Vec2i = Vec2< int > |
| using | rtp::Vec2u = Vec2< unsigned int > |
Declaration of the 2-dimensional vector class.
Definition in file Vec2.hpp.