add some missing non-square matrix funcs

This commit is contained in:
Recep Aslantas
2023-07-22 01:21:14 +03:00
parent cb4a1b2677
commit 1e077fd125
19 changed files with 304 additions and 3 deletions

View File

@@ -46,9 +46,9 @@
#define CGLM_CASTPTR_ASSUME_ALIGNED(expr, type) \
((type*)CGLM_ASSUME_ALIGNED((expr), __alignof__(type)))
typedef int ivec2[2];
typedef int ivec3[3];
typedef int ivec4[4];
typedef int ivec2[2];
typedef int ivec3[3];
typedef int ivec4[4];
typedef float vec2[2];
typedef float vec3[3];