OpenEnroth 73e68f7
|
#include <cmath>
#include <cstdint>
#include <algorithm>
#include <type_traits>
#include "Utility/Math/TrigLut.h"
Classes | |
struct | Vec2< T > |
struct | Vec3< T > |
Typedefs | |
using | Vec2i = Vec2< int32_t > |
using | Vec2f = Vec2< float > |
using | Vec3s = Vec3< int16_t > |
using | Vec3i = Vec3< int32_t > |
using | Vec3f = Vec3< float > |