recp / cglm

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

ivec += and -= functions #373

Closed BeeverFeever closed 11 months ago

BeeverFeever commented 11 months ago

@recp This first commit is purely just to make sure the format and style is what you were thinking of for the ivec functions. I noticed the += family of functions weren't even there so I implemented them as well. This is all I have done, I haven't bothered with tests yet, I am just seeking your feedback on any details before I implement them for ivec3 and ivec4 (and also finish ivec2). There may be errors in here but I will read over it all when I polish it up.

recp commented 11 months ago

@BeeverFeever many thanks, looks good, waiting for other types 👍

recp commented 11 months ago

@BeeverFeever ping.

BeeverFeever commented 11 months ago

@recp Hey, sorry for the wait. I havent been home for a while so I havent been able to do anything. Im getting home tomorrow today though. I should be able to have it almost done by tomorrow.

recp commented 11 months ago

@BeeverFeever thanks 🤗

BeeverFeever commented 11 months ago

@recp Just finished them (atleast I think everything is done).

recp commented 11 months ago

@BeeverFeever many thanks for your contributions, the PR is merged 🚀