Browse Source

docs: Add a caveat about expandByObject/setFromObject

The comment is worded to not interfere too much with possible future
changes to the function's implementation.
Arseny Kapoulkine 5 years ago
parent
commit
57dab2c456
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/api/en/math/Box3.html

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

@@ -138,6 +138,7 @@
 
 
 		Expands the boundaries of this box to include [page:Object3D object] and its children,
 		Expands the boundaries of this box to include [page:Object3D object] and its children,
 		accounting for the object's, and children's, world transforms.
 		accounting for the object's, and children's, world transforms.
+		The function may result in a larger box than strictly necessary.
 
 
 		</p>
 		</p>
 
 
@@ -279,6 +280,7 @@
 
 
 		Computes the world-axis-aligned bounding box of an [page:Object3D] (including its children),
 		Computes the world-axis-aligned bounding box of an [page:Object3D] (including its children),
 		accounting for the object's, and children's, world transforms.
 		accounting for the object's, and children's, world transforms.
+		The function may result in a larger box than strictly necessary.
 
 
 		</p>
 		</p>