mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 15:10:04 +00:00
docs: add docs for mat3
This commit is contained in:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user