recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
MIT License
2.34k stars 231 forks source link

[feat] ivec struct api operations #431

Open duarm opened 2 months ago

duarm commented 2 months ago

Problem

there are no functions for ivec struct api (ivec2, ivec3, ivec4), like _add and _sub

Solution

Bring everything it makes sense from the ivec array api to the ivec struct api

Notes

recp commented 2 months ago

Hi @duarm

It would be great to have the work! 😊

Thanks