implement call version for mat2

This commit is contained in:
Recep Aslantas
2019-06-21 23:17:08 +03:00
parent 2827fbfa79
commit a4c7c5e1ba
4 changed files with 202 additions and 1 deletions

View File

@@ -12,10 +12,12 @@ extern "C" {
#endif
#include "cglm.h"
#include "call/vec2.h"
#include "call/vec3.h"
#include "call/vec4.h"
#include "call/mat4.h"
#include "call/mat2.h"
#include "call/mat3.h"
#include "call/mat4.h"
#include "call/affine.h"
#include "call/cam.h"
#include "call/quat.h"