From 649f390662f70989cf9db25175fd6726f12a8610 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 12 Jul 2020 23:27:15 +0300 Subject: [PATCH] Update mat4.rst --- docs/source/mat4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/mat4.rst b/docs/source/mat4.rst index 5ef421f..5123cbf 100644 --- a/docs/source/mat4.rst +++ b/docs/source/mat4.rst @@ -164,7 +164,7 @@ 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 it don't use this func and use **glm_mat4_mulv()** + | 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)