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