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