mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
mat4 in docs
This commit is contained in:
@@ -143,7 +143,7 @@ Functions documentation
|
|||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
mat m1, m2, m3, m4, res;
|
mat4 m1, m2, m3, m4, res;
|
||||||
glm_mat4_mulN((mat4 *[]){&m1, &m2, &m3, &m4}, 4, res);
|
glm_mat4_mulN((mat4 *[]){&m1, &m2, &m3, &m4}, 4, res);
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
Reference in New Issue
Block a user