浏览代码

correct box3 description

jotaro-sama 6 年之前
父节点
当前提交
aed16bcf5b
共有 1 个文件被更改,包括 1 次插入2 次删除
  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>