Open rogeriodomingos opened 2 months ago
The aabb2d Struct API has glms_aabb2d_size which should probably be renamed to glms_aabb2d_diag and call glm_aabb2d_diag from the Array API. It is also missing glms_aabb2d_sizev which should call glm_aabb2d_sizev.
Hi @rogeriodomingos,
Thanks for the catch! I’ll do it asap if no one intends to create a PR :)
I might pick this one up this weekend, it's my fault anyway
Hi @duarm,
Sounds great, thanks! 👍
The aabb2d Struct API has glms_aabb2d_size which should probably be renamed to glms_aabb2d_diag and call glm_aabb2d_diag from the Array API. It is also missing glms_aabb2d_sizev which should call glm_aabb2d_sizev.