Bruce Mitchener
182c28faf8
Allow passing const float* to make functions.
2024-03-18 19:49:50 +07:00
Bruce Mitchener
af5048595f
docs: Use .. note:: to display better.
...
Also, make sure the note content has a blank line after it to
remove a warning from Sphinx.
2024-02-11 23:43:35 +07:00
Bruce Mitchener
e4419c4f18
Fix typos.
2024-02-08 15:12:30 +07:00
duarm
9484155c98
adding vec2_center
2023-10-11 16:51:14 -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
duarm
e70571e9e0
ivec initialization macros docs, fixing vec2 macro docs
2023-01-15 20:52:18 -03:00
Konstantin Podsvirov
2c12c6dce5
Fix fix docs for glm_vec2()
...
Remove extra `\` symbol.
2020-11-21 14:05:19 +03:00
Simon Ser
7dccbef6e3
Fix docs for glm_vec2()
...
The prototype takes a float *, which can be vec3 or vec4.
2020-10-16 22:32:24 +02:00
Recep Aslantas
702da626f1
docs: add documentation for vec2 and mat2
2020-02-25 22:11:10 +03:00