Skip to content

Commit 3865a9d

Browse files
aardgoosemrdoob
authored andcommitted
Documentation Correct box.isEmpty method names (mrdoob#8575)
* add method docs intersectsBox method not documented. * correct isEmpty method name correct isEmpty method name
1 parent 7d52ac1 commit 3865a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/math/Box2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3>[method:Box2 translate]([page:Vector2 offset]) [page:Box2 this]</h3>
151151
*offset* units in 2D space.
152152
</div>
153153

154-
<h3>[method:Boolean empty]()</h3>
154+
<h3>[method:Boolean isEmpty]()</h3>
155155
<div>
156156
Returns true if this box includes zero points within its bounds.</br>
157157
Note that a box with equal lower and upper bounds still includes one point, the

docs/api/math/Box3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>[method:Box3 translate]([page:Vector3 offset]) [page:Box3 this]</h3>
159159
*offset* units in 3D space.
160160
</div>
161161

162-
<h3>[method:Boolean empty]()</h3>
162+
<h3>[method:Boolean isEmpty]()</h3>
163163
<div>
164164
Returns true if this box includes zero points within its bounds.</br>
165165
Note that a box with equal lower and upper bounds still includes one point, the

0 commit comments

Comments
 (0)