From 3aa3fb8771d7ec071e6327d51c3bca75d9a487c8 Mon Sep 17 00:00:00 2001 From: BrunoSXS Date: Wed, 8 Mar 2023 10:03:25 -0300 Subject: Fix for AABB methods with wrong description (cherry picked from commit df0de07494bae7576299bae781644ad8db7cc128) --- doc/classes/AABB.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/AABB.xml b/doc/classes/AABB.xml index 2c5337eea3..b4bab2de67 100644 --- a/doc/classes/AABB.xml +++ b/doc/classes/AABB.xml @@ -188,7 +188,7 @@ - Returns [code]true[/code] if the given ray intersects with this [AABB]. Ray length is infinite. + Returns the point of intersection of the given ray with this [AABB] or [code]null[/code] if there is no intersection. Ray length is infinite. @@ -196,7 +196,7 @@ - Returns [code]true[/code] if the [AABB] intersects the line segment between [param from] and [param to]. + Returns the point of intersection between [param from] and [param to] with this [AABB] or [code]null[/code] if there is no intersection. -- cgit v1.2.3