Rename AABB get_area to get_volume
This commit is contained in:
parent
70c82d9d3d
commit
dc11e73bf0
7 changed files with 40 additions and 40 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "core/string/print_string.h"
|
||||
#include "core/variant/variant.h"
|
||||
|
||||
real_t AABB::get_area() const {
|
||||
real_t AABB::get_volume() const {
|
||||
return size.x * size.y * size.z;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue