mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Merge branch 'master' into feature/mat3x4
This commit is contained in:
@@ -55,11 +55,11 @@ typedef float vec3[3];
|
||||
typedef CGLM_ALIGN_IF(16) float vec4[4];
|
||||
typedef vec4 versor; /* |x, y, z, w| -> w is the last */
|
||||
typedef vec3 mat3[3];
|
||||
typedef vec2 mat3x2[3]; /* [row (3), col (2)] */
|
||||
typedef vec2 mat3x2[3]; /* [col (3), row (2)] */
|
||||
typedef vec4 mat3x4[3]; /* [col (3), row (4)] */
|
||||
typedef CGLM_ALIGN_IF(16) vec2 mat2[2];
|
||||
typedef vec3 mat2x3[2]; /* [row (2), col (3)] */
|
||||
typedef vec4 mat2x4[2]; /* [row (2), col (4)] */
|
||||
typedef vec3 mat2x3[2]; /* [col (2), row (3)] */
|
||||
typedef vec4 mat2x4[2]; /* [col (2), row (4)] */
|
||||
typedef CGLM_ALIGN_MAT vec4 mat4[4];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user