소스 검색

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 년 전
부모
커밋
57dab2c456
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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,
 		accounting for the object's, and children's, world transforms.
+		The function may result in a larger box than strictly necessary.
 
 		</p>
 
@@ -279,6 +280,7 @@
 
 		Computes the world-axis-aligned bounding box of an [page:Object3D] (including its children),
 		accounting for the object's, and children's, world transforms.
+		The function may result in a larger box than strictly necessary.
 
 		</p>