recp / cglm

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

add some missing non-square matrix funcs #340

Closed recp closed 1 year ago

recp commented 1 year ago

add missing functions for new non-square matrices:

EasyIP2023 commented 1 year ago

@recp Do you need any help with this MR. I can write some docs for you.

recp commented 1 year ago

@EasyIP2023 thanks, it would be nice to have docs and tests yes ;)

EasyIP2023 commented 1 year ago

@recp Question is glm_mat2x3_transpose supposed to be glm_mat2x3_transpose_to?

EasyIP2023 commented 1 year ago

@recp Nevermind just thought about why