mat2: implement some mat2 func

* also implement as SSE
This commit is contained in:
Recep Aslantas
2019-06-19 23:35:38 +03:00
parent 047ed259ae
commit ad823d9681
5 changed files with 241 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include "vec4.h"
#include "mat4.h"
#include "mat3.h"
#include "mat2.h"
#include "affine.h"
#include "cam.h"
#include "frustum.h"