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

Declaration of the CRTP base vector class. More...

#include "RType/Math/details/NumericConcept.hpp"
#include <cmath>
#include <iostream>
#include "VecBase.tpp"
Include dependency graph for VecBase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rtp::details::VecBase< T, N >
 CRTP base class for vectors. More...
 

Namespaces

namespace  rtp
 
namespace  rtp::details
 

Detailed Description

Declaration of the CRTP base vector class.

Author
Robin Toillon

Definition in file VecBase.hpp.