docs: add docs for mat3

This commit is contained in:
Recep Aslantas
2018-02-26 12:16:09 +03:00
parent 02ab66a8b3
commit 96f773417a
3 changed files with 137 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ Functions documentation
| *[in]* **m2** right matrix
| *[out]* **dest** destination matrix
.. c:function:: glm_mat4_mulN(mat4 * __restrict matrices[], int len, mat4 dest)
.. c:function:: void glm_mat4_mulN(mat4 * __restrict matrices[], int len, mat4 dest)
mupliply N mat4 matrices and store result in dest
| this function lets you multiply multiple (more than two or more...)