From 6e35d927ebc336c7c6cabacca34c4cc0d009ff2b Mon Sep 17 00:00:00 2001 From: krishna2803 <47917477+krishna2803@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:20:45 +0530 Subject: [PATCH] Updated parameter name (d -> dest) --- 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 7afc5db..bbaea80 100644 --- a/docs/source/cam.rst +++ b/docs/source/cam.rst @@ -101,7 +101,7 @@ Functions documentation Parameters: | *[in]* **box** AABB | *[in]* **padding** padding - | *[out]* **d** result matrix + | *[out]* **dest** result matrix .. c:function:: void glm_ortho_aabb_pz(vec3 box[2], float padding, mat4 dest) @@ -113,7 +113,7 @@ Functions documentation Parameters: | *[in]* **box** AABB | *[in]* **padding** padding for near and far - | *[out]* **d** result matrix + | *[out]* **dest** result matrix Returns: square of norm / magnitude