Update mat4.rst

This commit is contained in:
Recep Aslantas
2020-07-12 23:29:44 +03:00
parent 649f390662
commit 56c43d7a74

View File

@@ -163,8 +163,9 @@ Functions documentation
| multiply **vec3** with **mat4** and get **vec3** as result
|
| actually the result is vec4, after multiplication, the last component
| is trimmed, if you need the result's last component then don't use this function and consider to use **glm_mat4_mulv()**
| actually the result is vec4, after multiplication,
the last component is trimmed, if you need the result's last component
then don't use this function and consider to use **glm_mat4_mulv()**
Parameters:
| *[in]* **m** mat4(affine transform)