summaryrefslogtreecommitdiffstats
path: root/core/math/quick_hull.h
diff options
context:
space:
mode:
authorFerenc Arn <tagcup@yahoo.com>2017-11-16 21:09:00 -0500
committerFerenc Arn <tagcup@yahoo.com>2017-11-17 11:01:41 -0500
commitd28763a4c1792dc00fde3d151eaea54f9cf2b8a9 (patch)
tree7abd311b6e672829bd751fbf4d9135b60f2f9913 /core/math/quick_hull.h
parentb44cb4e3b9b573a3cbbd6f71aff81e6c3465d84b (diff)
downloadredot-engine-d28763a4c1792dc00fde3d151eaea54f9cf2b8a9.tar.gz
Rename Rect3 to AABB.
Fixes #12973.
Diffstat (limited to 'core/math/quick_hull.h')
-rw-r--r--core/math/quick_hull.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/quick_hull.h b/core/math/quick_hull.h
index 47ed22615b..f014d0decc 100644
--- a/core/math/quick_hull.h
+++ b/core/math/quick_hull.h
@@ -30,9 +30,9 @@
#ifndef QUICK_HULL_H
#define QUICK_HULL_H
+#include "aabb.h"
#include "geometry.h"
#include "list.h"
-#include "rect3.h"
#include "set.h"
class QuickHull {