Recep Aslantas
8e2074c274
Merge branch 'master' into feature/glm_vec2_make
2023-07-02 22:03:40 +03:00
Recep Aslantas
b8d565c6b6
Merge branch 'master' into feature/glm_vec4_make
2023-07-02 22:02:10 +03:00
Recep Aslantas
924d92ae3f
Merge branch 'master' into feature/glm_vec3_make
2023-07-02 22:01:43 +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
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
Recep Aslantas
31cbd41e3b
Merge pull request #302 from EasyIP2023/feature/glm_mat3_make
...
mat3: add new function glm_mat3_make
2023-05-15 11:18:41 +03:00
Recep Aslantas
c691bc5bc0
Merge pull request #301 from EasyIP2023/feature/glm_mat2_make
...
mat2: add new function glm_mat2_make
2023-05-15 11:18:27 +03:00
Vincent Davis Jr
0566a040c0
mat3: add new function glm_mat3_make
...
Function takes in a 9 element float array
and converts it into a mat3 matrix.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-05-14 20:56:25 -05:00
Vincent Davis Jr
e6681e78c8
mat2: add new function glm_mat2_make
...
Function takes in a 4 element float array
and converts it into a mat2 matrix.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-05-14 20:30:36 -05:00
Vincent Davis Jr
e17f115f91
mat4: add new function glm_mat4_make
...
Function takes in a 16 element float array
and converts it into a mat4 matrix.
Signed-off-by: Vincent Davis Jr <vince@underview.tech >
2023-05-14 20:10:48 -05:00
Recep Aslantas
c4a348ac71
now working on v0.9.1
2023-05-02 08:22:18 +03:00
Recep Aslantas
50b1c189b1
update docs
2023-05-01 23:03:19 +03:00
krishna2803
6e35d927eb
Updated parameter name (d -> dest)
2023-04-02 16:20:45 +05:30
Recep Aslantas
bc8dc72739
now working on v0.9.0
2023-02-08 18:12:23 +03:00
duarm
e70571e9e0
ivec initialization macros docs, fixing vec2 macro docs
2023-01-15 20:52:18 -03:00
Recep Aslantas
71367b67cf
now working on v0.8.9
2022-12-14 14:12:29 +03:00
Recep Aslantas
0b3d227568
Merge branch 'master' of https://github.com/recp/cglm
2022-12-07 12:55:57 +03:00
Recep Aslantas
78236d24a1
now working on v0.8.8
2022-12-07 12:55:51 +03:00
duarm
60bf21ba43
add missing table of contents
2022-11-19 17:48:32 -03:00
duarm
2386cdcc19
docs
2022-11-19 17:46:08 -03:00
Recep Aslantas
89cee7912a
now working on v0.8.7
2022-10-26 23:12:52 +03:00
Recep Aslantas
878e829767
update docs
2022-10-23 12:00:17 +03:00
Christopher Lang
e3981b6d96
Add ivec[3|4] docs
2022-05-20 17:16:41 +01:00
Christopher Lang
7bb765367e
Small ivec2 docs fix
2022-05-20 17:16:09 +01:00
Christopher Lang
82982abaef
Add ivec2 documentation
2022-05-20 17:07:16 +01:00
Christopher Lang
4aef2510e9
Init ivec[2|3|4] docs
2022-05-20 15:02:58 +01:00
Christopher Lang
f7f0f66193
Reorder api docs
2022-05-16 22:14:57 +01:00
Christopher Lang
52debe6a04
improve docs index
2022-05-08 21:49:30 +01:00
Recep Aslantas
cf7f4231f0
now working on v0.8.6
2022-03-20 22:19:31 +03:00
Recep Aslantas
0631598d08
now working on v0.8.5
2021-08-18 05:03:59 +03:00
Recep Aslantas
34e5704fe8
bump version to v0.8.4
2021-08-18 04:47:11 +03:00
bubba2k
814adf11de
Note that radians is expected in glm_perspective()
...
The `fovy` parameter is expected in radians, which isn't mentioned anywhere in the docs. Causes unnecessary confusion. Might as well point it out.
2021-08-09 03:02:47 +02:00
Sundaram Ramaswamy
01e2b74a29
Update documentation for qaut_from_vecs
2021-06-10 23:52:09 +05:30
Sundaram Ramaswamy
2e8162b133
Fix vec3_ortho
2021-06-09 23:18:32 +05:30
Recep Aslantas
8e10ab2b49
Update features.rst
2021-05-30 15:30:55 +03:00
Recep Aslantas
4ede0815d4
Update features.rst
2021-05-30 15:28:38 +03:00
Recep Aslantas
6011baff06
Update opt.rst
2021-05-30 15:23:30 +03:00
Recep Aslantas
b895e424b0
docs: add docs about clipspace configuration
2021-05-30 12:53:04 +03:00
Sundaram Ramaswamy
8302f78484
Update documentation with nlerp
2021-05-07 14:26:31 +05:30
Recep Aslantas
f35badd436
now working on v0.8.3
2021-04-30 01:00:42 +03:00
Yoann Lecuyer
ec467fef1f
Minor typo in doc
...
I stumbled upon while reading the doc
2021-04-27 22:09:13 +02:00
Recep Aslantas
f14ca0c3f2
now working on v0.8.2
2021-04-23 17:03:39 +03:00
Sundaram Ramaswamy
d6a0ac320b
Update docs on CMake header-only usage
2021-03-26 12:32:36 +05:30
Recep Aslantas
405cda6ee9
now working on v0.8.1
2021-03-02 23:36:33 +03:00
Recep Aslantas
4ab9ab4772
docs: fix/improve build documentation
2020-11-21 18:20:04 +03:00
Recep Aslantas
a5ff477fc8
doc: fix duplicate entry warning
2020-11-21 18:13:59 +03:00
Konstantin Podsvirov
681f20d540
Fix Documentions WARNING for __restrict attribute
...
Add `__restrict` keyword to `c_id_attributes` added in `sphinx 3.0`.
Closes #167
2020-11-21 15:34:18 +03:00