From c298f4a4d761e8e7fc51715eaca07d8010886d25 Mon Sep 17 00:00:00 2001 From: Matt Reyer Date: Mon, 2 Apr 2018 11:33:58 -0400 Subject: [PATCH] Fix small typo. --- docs/source/box.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/box.rst b/docs/source/box.rst index e6082e8..6aa4d62 100644 --- a/docs/source/box.rst +++ b/docs/source/box.rst @@ -105,9 +105,9 @@ Functions documentation Parameters: | *[in, out]* **box** bounding box -.. c:function:: bool check if AABB is valid or not +.. c:function:: bool glm_aabb_isvalid(vec3 box[2]) - | check if AABB intersects with frustum planes + | check if AABB is valid or not Parameters: | *[in]* **box** bounding box