|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Declaration of the CRTP base vector class. More...
#include "RType/Math/details/NumericConcept.hpp"#include <cmath>#include <iostream>#include "VecBase.tpp"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 |
Declaration of the CRTP base vector class.
Definition in file VecBase.hpp.