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

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

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

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 >
 

Detailed Description

Declaration of the 3-dimensional vector class.

Author
Robin Toillon

Definition in file Vec3.hpp.