recp / cglm

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

vec3: add new function glm_vec3_make #325

Closed EasyIP2023 closed 1 year ago

EasyIP2023 commented 1 year ago

Function takes in a float array. Array must be at least of size 3 and converts it into a 3D vector.

recp commented 1 year ago

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