recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`glms_vec4_inv` does not actually exist

v1993 opened this issue · comments

CGLM_INLINE vec4s glms_vec4_inv(vec4s v);

This function is nowhere to be found in file.

Hi @v1993,

Good catch! glm_vec4_inv() is deprecated in favor of glms_vec4_negate() this is why there is no struct version, we should remove that from comment/list.

Done, see: 1fdc1c8

Feel free to bring any other issues if there are any.