Bruce Mitchener
e4419c4f18
Fix typos.
2024-02-08 15:12:30 +07:00
BeeverFeever
7696374f1e
Vector subtraction functions
...
Add subtraction family of functions for vectors.
2023-12-04 21:32:19 +11:00
duarm
9efc255451
struct api
2023-10-14 14:24:25 -03: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
Wladislav ヴラド Artsimovich
9cf4190c9b
Fix comments of vec2 explaining vec3 math
2023-06-16 17:26:30 +09:00
Recep Aslantas
ea8ef4a3c9
struct: provide option to omit struct api namespace e.g. glms_ and an option to add s suffix e.g. mat4s_mul if preferred
2023-04-09 14:28:05 +03:00
Recep Aslantas
fabc655919
Merge branch 'master' of https://github.com/recp/cglm
2020-03-06 23:33:30 +03:00
Recep Aslantas
7eada03909
reemove redundant forward declerations
2020-03-06 23:33:27 +03:00
Zollerboy1
ad4a763d47
fix glms_vec2_rotate() by using a dest vec2s instead of taking an axis vector ( #122 )
2020-03-04 17:05:32 +03:00
Recep Aslantas
eb0d47cfa1
vec2: add struct version for vec2 and vec2-ext
2020-02-25 14:34:11 +03:00