Browse Source

correct box3 description

jotaro-sama 6 years ago
parent
commit
aed16bcf5b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/api/en/math/Box3.html

+ 1 - 2
docs/api/en/math/Box3.html

@@ -12,8 +12,7 @@
 
 		<p class="desc">
 			Represents a box or cube in 3D space. The main purpose of this is to represent
-			the [link:https://en.wikipedia.org/wiki/Minimum_bounding_box Minimum Bounding Boxes]
-			for objects.
+			the world-axis-aligned bounding boxes for objects, which are used for fast collision detection. 
 		</p>