From a392ac3012cfa6fab969d3dd60bce4c255abb319 Mon Sep 17 00:00:00 2001 From: Uwila Date: Thu, 12 Mar 2020 07:47:05 +0100 Subject: [PATCH] Fix small documentation mistake (#125) At two points in the documentation the names of the parameters in the parameters list do not match the parameter names in the function: - glm_look - glm_look_anyup --- docs/source/cam.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/cam.rst b/docs/source/cam.rst index 7d47fbc..09de245 100644 --- a/docs/source/cam.rst +++ b/docs/source/cam.rst @@ -198,7 +198,7 @@ Functions documentation Parameters: | *[in]* **eye** eye vector - | *[in]* **center** direction vector + | *[in]* **dir** direction vector | *[in]* **up** up vector | *[out]* **dest** result matrix @@ -212,7 +212,7 @@ Functions documentation Parameters: | *[in]* **eye** eye vector - | *[in]* **center** direction vector + | *[in]* **dir** direction vector | *[out]* **dest** result matrix .. c:function:: void glm_persp_decomp(mat4 proj, float *nearVal, float *farVal, float *top, float *bottom, float *left, float *right)