Recep Aslantas
|
c878161518
Update project.h
|
2 лет назад |
Recep Aslantas
|
3b1d4fc546
struct: add missing glms_project_z()
|
2 лет назад |
Recep Aslantas
|
5be1c2f059
struct: fix glms_rotate_atm signature
|
2 лет назад |
Recep Aslantas
|
67ce1519c5
tests: fix comparing integers in tests
|
2 лет назад |
Recep Aslantas
|
86743c98e5
build: add missing files
|
2 лет назад |
Recep Aslantas
|
015e859075
fix some doc typos & warnings
|
2 лет назад |
Recep Aslantas
|
3a2a26e5a4
Merge pull request #377 from telephone001/euler_to_quat_lh
|
2 лет назад |
John Choi
|
1ccd9af866
added comment about rh vs lh zsin
|
2 лет назад |
John Choi
|
aa20b8ae7f
added implementation of euler_to_quat_lh and fixed the tests. Now I gotta decide what to name the macros for controlling lefthand and also make call functions for rh and lh conditionally declared
|
2 лет назад |
John Choi
|
fa6244c42b
added tests for euler_to_quat_lh. Currently they don't have any euler->mat4->quat tests because there is no left handed version of those. But I could try to find a way to change it
|
2 лет назад |
John Choi
|
c998d0186a
made struct versions of euler to quat. Also fixed up documentation in euler to quat struct.
|
2 лет назад |
John Choi
|
a94861dd5d
cleaned up documentation for euler to quat functions and also created the lh file. Made a handed struct file so I remember to do that
|
2 лет назад |
Recep Aslantas
|
040926999a
Merge pull request #369 from telephone001/master
|
2 лет назад |
Recep Aslantas
|
40cfbe9717
Merge pull request #373 from BeeverFeever/master
|
2 лет назад |
John Choi
|
d820410435
Merge remote-tracking branch 'refs/remotes/origin/master'
|
2 лет назад |
John Choi
|
39c0c1e784
added handed folder and also made rh tests for the euler->quat functions. Still deciding on what to name the macro for lefthanded stuff
|
2 лет назад |
BeeverFeever
|
4c9b32324d
Add tests for ivec -= and += functions
|
2 лет назад |
BeeverFeever
|
921ab6640b
Implement -= and += functions for ivecs
|
2 лет назад |
BeeverFeever
|
7701a1a789
Add int min and max functions
|
2 лет назад |
telephone001.mdl
|
46aaf250fa
Merge branch 'master' into master
|
2 лет назад |
John Choi
|
42b5e834d1
re-added the euler->mat4->quat tests
|
2 лет назад |
John Choi
|
732a403112
changed last parameter to be destination and also removed the euler->mat4->quat test.
|
2 лет назад |
Recep Aslantas
|
559a6588c8
readthedocs
|
2 лет назад |
Recep Aslantas
|
8277473202
Create .readthedocs.yaml
|
2 лет назад |
Recep Aslantas
|
97575bdcd6
fix glmm_fmsub() on arm-neon: https://github.com/recp/cglm/pull/364 thanks to @gottfriedleibniz
|
2 лет назад |
Recep Aslantas
|
bc2a918ad0
Merge pull request #374 from waywardmonkeys/update-ci-checkout-action
|
2 лет назад |
Bruce Mitchener
|
8ebcc3aceb
ci: Update to `actions/checkout@v4` from `v3`.
|
2 лет назад |
BeeverFeever
|
d341478342
testing new ivec* funcs
|
2 лет назад |
John Choi
|
7e4383cb3d
found out I was using glm_euler_xyz_quat in some testers that tests other types. I thought I changed it yesterday. Also there is still a problem with quaternion axis multiplication vs euler to mat4 to quat
|
2 лет назад |
Recep Aslantas
|
b45657f673
Update tests.h
|
2 лет назад |