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

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

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

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 >
 

Detailed Description

Declaration of the 2-dimensional vector class.

Author
Robin Toillon

Definition in file Vec2.hpp.