recp / cglm

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

Implement struct API for ivec2, ivec3, and ivec4 #383

Closed tarhses closed 9 months ago

tarhses commented 9 months ago

Related to #382.

This PR's goal is to implement struct API for ivec2, ivec3, and ivec4. I tried to closely follow what was already done with vec2/3/4 struct API and I also added missing print functions.

recp commented 9 months ago

@tarhses thanks for your contributions, the PR is merged 🚀