Merge branch 'master' into feature/glm_vec3_make

This commit is contained in:
Recep Aslantas
2023-07-02 22:01:43 +03:00
committed by GitHub
3 changed files with 17 additions and 7 deletions

View File

@@ -426,7 +426,7 @@ Functions documentation
Create quaternion from pointer
| NOTE: **@src** must contain 4 elements. cglm store quaternions as [x, y, z, w].
| NOTE: **@src** must contain at least 4 elements. cglm store quaternions as [x, y, z, w].
Parameters:
| *[in]* **src** pointer to an array of floats