ソースを参照

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">
 		<p class="desc">
 			Represents a box or cube in 3D space. The main purpose of this is to represent
 			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>
 		</p>