Vincent Davis Jr
da51741c50
test: add missing mat4x3 tests
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:46 -04:00
Vincent Davis Jr
a5d8e61c2b
test: add missing mat4x2 tests
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:26 -04:00
Vincent Davis Jr
f0f7b67ef4
test: add missing mat3x4 tests
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:26 -04:00
Vincent Davis Jr
eece0b7bc9
test: add missing mat3x2 tests
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:26 -04:00
Vincent Davis Jr
37d20f7da8
test: add missing mat2x4 tests
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:26 -04:00
Vincent Davis Jr
006e4ffbdf
test: add missing mat2x3 tests
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:26 -04:00
Vincent Davis Jr
aa37c1aa74
fix array subscript is outside array bounds
...
warning: array subscript # is outside array bounds
of ‘float[#]’ [-Warray-bounds]
Commit also fixes variable order when calculating
multiplication between two matrices.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-06 14:12:24 -04:00
Vincent Davis Jr
0fb9e73ec1
docs: add missing non-square matrix funcs
...
Functions include:
* glm_mat#x#_copy
* glm_mat#x#_zero
* glm_mat#x#_mul
* glm_mat#x#_mulv
* glm_mat#x#_transpose
* glm_mat#x#_scale
Commit also includes some minor changes to
* mat2
* mat3
* mat4
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-08-05 20:54:24 -04:00
Recep Aslantas
129287b809
Merge pull request #341 from taisei-project/assume-aligned-detection
...
more robust __builtin_assume_aligned detection
2023-08-01 18:22:24 +03:00
Andrei Alexeyev
2724620d83
more robust __builtin_assume_aligned detection
...
__builtin_assume_aligned is available since GCC 4.7, but __has_builtin
was added much later. Check for the GCC version if __has_builtin is not
available.
Users can also define CGLM_HAVE_BUILTIN_ASSUME_ALIGNED to either 1 or 0
to explicitly enable/disable the use of __builtin_assume_aligned. Meson
will do it automatically (by performing a configure-time test).
2023-07-31 22:33:51 +02:00
Recep Aslantas
4d5653b1f6
add some missing non-square matrix funcs in struct api
2023-07-22 14:17:26 +03:00
Recep Aslantas
dbb85f24c8
add some missing non-square matrix funcs
2023-07-22 13:37:36 +03:00
Recep Aslantas
6e9e91be05
add _mul for non-square matrices
2023-07-22 12:00:23 +03:00
Recep Aslantas
1e077fd125
add some missing non-square matrix funcs
2023-07-22 01:21:14 +03:00
Recep Aslantas
cb4a1b2677
Merge pull request #338 from EasyIP2023/feature/mat4x3
...
add new matrix mat4x3
2023-07-18 09:09:00 +03:00
Recep Aslantas
924db3307e
Merge pull request #339 from EasyIP2023/bug/fix-mat4x2s
...
types-struct: fix mat4x2s struct members
2023-07-18 09:07:41 +03:00
Vincent Davis Jr
e9df003e56
types-struct: fix mat4x2s struct members
...
union mat4x2s { struct { } } contains
members with incorrect naming.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-17 23:09:40 -04:00
Vincent Davis Jr
3d292c3a2e
add new matrix mat4x3
...
Initial function being
glm_mat4x3_make
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-17 22:57:52 -04:00
Recep Aslantas
4bb7e778c4
Merge pull request #337 from EasyIP2023/feature/mat4x2
...
add new matrix mat4x2
2023-07-17 10:41:09 +03:00
Vincent Davis Jr
2df26c0ecf
add new matrix mat4x2
...
Initial function being
glm_mat4x2_make
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-16 20:19:25 -04:00
Recep Aslantas
5193b50133
Merge pull request #334 from EasyIP2023/feature/mat3x4
...
add new matrix mat3x4
2023-07-16 23:32:05 +03:00
Recep Aslantas
ef8954ccbc
Merge branch 'master' into feature/mat3x4
2023-07-16 23:31:33 +03:00
Recep Aslantas
91b40eb7eb
Merge pull request #335 from EasyIP2023/fix/comments-docs
...
docs: fix mat#x# comments and documentation
2023-07-16 23:29:38 +03:00
Vincent Davis Jr
82892085b3
docs: fix mat#x# comments and documentation
...
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-16 15:46:35 -04:00
Vincent Davis Jr
e09cf11f1c
add new matrix mat3x4
...
Initial function being
glm_mat3x4_make
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-16 15:41:36 -04:00
Recep Aslantas
8966f296ac
Merge pull request #333 from EasyIP2023/feature/mat3x2
...
add new matrix mat3x2
2023-07-16 12:10:45 +03:00
Vincent Davis Jr
4e44e74d48
add new matrix mat3x2
...
Initial function being
glm_mat3x2_make
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-15 18:48:50 -04:00
Recep Aslantas
f817c4cbb0
Merge pull request #332 from EasyIP2023/fix/mat2x3
...
add missing mat2x# test and mat2x3 window headers
2023-07-15 23:55:19 +03:00
Vincent Davis Jr
dd6a0b3175
add missing mat2x# test and mat2x3 window headers
...
Missing tests where
* MACRO_GLM_MAT2X3_ZERO_INIT
* MACRO_GLM_MAT2X3_ZERO
* mat2x3s_zero_init
* mat2x3s_zero
* mat2x4s_zero_init
* mat2x4s_zero
Commit:
* removes (mat2x3) from
((mat2x3)GLM_MAT2X3_ZERO_INIT) to fix
error: array initialized from non-constant array expression
* removes test_assert_mat2x3_eq_zero
from test/src/test_struct.c
* adds TEST_IMPL(mat2x3s_zero) to
test/src/test_struct.c
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-15 16:16:03 -04:00
Recep Aslantas
1401af4c34
Merge pull request #331 from EasyIP2023/feature/mat2x4
...
add new matrix mat2x4
2023-07-15 22:33:54 +03:00
Vincent Davis Jr
fe7471e8f8
add new matrix mat2x4
...
Initial function being
glm_mat2x4_make
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-15 14:32:48 -04:00
Recep Aslantas
1ca261b118
Merge pull request #330 from EasyIP2023/feature/mat2x3
...
add new matrix mat2x3
2023-07-15 11:03:59 +03:00
Vincent Davis Jr
6317ed90e7
add new matrix mat2x3
...
Initial function being
glm_mat2x3_make
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-14 18:57:45 -04:00
Recep Aslantas
3b683cf28c
Merge pull request #328 from recp/werror
...
drop "-Werror" to allow skip warnings on production build
2023-07-13 11:09:16 +03:00
Recep Aslantas
d6267e623b
drop "-Werror" to allow skip warnings on production build
2023-07-08 23:16:15 +03:00
Recep Aslantas
93cdc897a5
suppress warinngs
2023-07-08 23:13:20 +03:00
Recep Aslantas
0962f7d2e7
fix param name in inline doc
2023-07-08 12:19:22 +03:00
Recep Aslantas
487b18e326
Merge pull request #324 from EasyIP2023/feature/glm_vec2_make
...
vec2: add new function glm_vec2_make
2023-07-02 22:04:44 +03:00
Recep Aslantas
8e2074c274
Merge branch 'master' into feature/glm_vec2_make
2023-07-02 22:03:40 +03:00
Recep Aslantas
0ab1f21816
Merge pull request #326 from EasyIP2023/feature/glm_vec4_make
...
vec4: add new function glm_vec4_make
2023-07-02 22:02:18 +03:00
Recep Aslantas
b8d565c6b6
Merge branch 'master' into feature/glm_vec4_make
2023-07-02 22:02:10 +03:00
Recep Aslantas
c5c997ca13
Merge pull request #325 from EasyIP2023/feature/glm_vec3_make
...
vec3: add new function glm_vec3_make
2023-07-02 22:01:51 +03:00
Recep Aslantas
924d92ae3f
Merge branch 'master' into feature/glm_vec3_make
2023-07-02 22:01:43 +03:00
Recep Aslantas
d673f3d765
Merge pull request #323 from EasyIP2023/feture/update-test_quat-glm_quat_make
...
test_quat: add more robust quat_make test
2023-07-02 22:00:28 +03:00
Vincent Davis Jr
5833d1bf44
vec4: add new function glm_vec4_make
...
Function takes in a float array. Array must be
at least of size 4 and converts it into
a 4D vector.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-02 13:54:10 -05:00
Vincent Davis Jr
aeeeac4c5a
vec3: add new function glm_vec3_make
...
Function takes in a float array. Array must be
at least of size 3 and converts it into
a 3D vector.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-02 13:25:25 -05:00
Vincent Davis Jr
b3de85a14e
vec2: add new function glm_vec2_make
...
Just a copy of glm_vec2, but with the
word _make suffixed at the end.
Function takes in a float array array must be
at least of size 2 and converts it into
a 2D vector.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-02 12:41:23 -05:00
Vincent Davis Jr
5e798a94e3
test_quat: add more robust quat_make test
...
Makes it so that it's easier to identify
the potential usecase of function. Commit also
includes a fix to the struct/quat.h glms_quat_make
comment. Should be returning versors it's not
a void function.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-07-02 12:37:28 -05:00
Recep Aslantas
49dd24eaf2
Merge pull request #321 from EasyIP2023/feature/glm_quat
...
quat: add new function glm_quat_make
2023-06-30 06:05:13 +03:00
Vincent Davis Jr
bfe5ea6ab7
quat: add new function glm_quat_make
...
Function takes in a 4 element float array
and converts it into a quaternion.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-06-28 22:49:49 -05:00