From 0818bbdf51ab29a15e430558000ac0f5669fa9ab Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 12 Jul 2020 23:24:41 +0300 Subject: [PATCH] Update mat4.rst --- docs/source/mat4.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/mat4.rst b/docs/source/mat4.rst index 59919b0..5ef421f 100644 --- a/docs/source/mat4.rst +++ b/docs/source/mat4.rst @@ -161,10 +161,10 @@ Functions documentation .. c:function:: void glm_mat4_mulv3(mat4 m, vec3 v, float last, vec3 dest) - | multiply vec3 with mat4 and get vec3 as result + | 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 it don't use this func and use **glm_mat4_mulv()** Parameters: | *[in]* **m** mat4(affine transform)