cglm icon indicating copy to clipboard operation
cglm copied to clipboard

[feat] ivec struct api operations

Open duarm opened this issue 1 year ago • 1 comments

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

  • Lots of function across ivec2, ivec3, ivec4, might be better to split each type on a different PR

duarm avatar Sep 20 '24 23:09 duarm

Hi @duarm

It would be great to have the work! 😊

Thanks

recp avatar Sep 22 '24 14:09 recp