Browse Source

remove "which are used for collision detection"

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

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

@@ -12,7 +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 world-axis-aligned bounding boxes for objects, which are used for fast collision detection. 
+			the world-axis-aligned bounding boxes for objects. 
 		</p>
 		</p>