From eb73e4123bd38984cb92a71f5af45bdf097ff10e Mon Sep 17 00:00:00 2001 From: duarm Date: Wed, 6 Dec 2023 16:13:08 -0300 Subject: [PATCH] docs fix --- docs/source/aabb2d.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/aabb2d.rst b/docs/source/aabb2d.rst index a4e5b6e..09b15f3 100644 --- a/docs/source/aabb2d.rst +++ b/docs/source/aabb2d.rst @@ -161,7 +161,7 @@ Functions documentation | *[in]* **aabb** bounding box | *[out]* **other** other bounding box -.. c:function:: bool glm_aabb2d_circle(vec2 aabb[2], vec4 s) +.. c:function:: bool glm_aabb2d_circle(vec2 aabb[2], vec3 s) | check if AABB intersects with sphere @@ -170,7 +170,7 @@ Functions documentation Parameters: | *[in]* **aabb** solid bounding box - | *[out]* **s** solid sphere + | *[out]* **c** solid circle .. c:function:: bool glm_aabb2d_point(vec2 aabb[2], vec2 point)