Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
Vec4.hpp File Reference

Declaration of the 4-dimensional vector class. More...

#include "RType/Assert.hpp"
#include "RType/Math/details/VecBase.hpp"
#include "Vec4.tpp"
Include dependency graph for Vec4.hpp:
This graph shows which files directly or indirectly include this file:

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 >
 

Detailed Description

Declaration of the 4-dimensional vector class.

Author
Robin Toillon

Definition in file Vec4.hpp.