mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
20 lines
395 B
C++
20 lines
395 B
C++
#include "Kyty/Math/VectorAndMatrix.h"
|
|
|
|
//#include "Kyty/MathAll.h"
|
|
|
|
//#define VEC2_DECL
|
|
//#include "vec2_impl.h"
|
|
//#define VEC3_DECL
|
|
//#include "vec3_impl.h"
|
|
//#define VEC4_DECL
|
|
//#include "vec4_impl.h"
|
|
//#define MAT2_DECL
|
|
//#include "mat2_impl.h"
|
|
//#define MAT3_DECL
|
|
//#include "mat3_impl.h"
|
|
//#define MAT4_DECL
|
|
//#include "mat4_impl.h"
|
|
|
|
namespace Kyty::Math::m {
|
|
} // namespace Kyty::Math::m
|