From dc11e73bf0bb2e24a2eed25b63a932d91fddfe4e Mon Sep 17 00:00:00 2001 From: Brian Semrau Date: Thu, 4 Nov 2021 21:01:59 -0400 Subject: Rename AABB `get_area` to `get_volume` --- doc/classes/AABB.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/classes/AABB.xml b/doc/classes/AABB.xml index d7b7a309ad..f353cd19b8 100644 --- a/doc/classes/AABB.xml +++ b/doc/classes/AABB.xml @@ -57,12 +57,6 @@ Returns this [AABB] expanded to include a given point. - - - - Returns the volume of the [AABB]. - - @@ -119,6 +113,12 @@ Returns the support point in a given direction. This is useful for collision detection algorithms. + + + + Returns the volume of the [AABB]. + + @@ -126,16 +126,16 @@ Returns a copy of the [AABB] grown a given amount of units towards all the sides. - + - Returns [code]true[/code] if the [AABB] is flat or empty. + Returns [code]true[/code] if the [AABB] is empty. - + - Returns [code]true[/code] if the [AABB] is empty. + Returns [code]true[/code] if the [AABB] is flat or empty. -- cgit v1.2.3