瀏覽代碼

Documentation Correct box.isEmpty method names (#8575)

* add method docs

intersectsBox method not documented.

* correct isEmpty method name

correct isEmpty method name
aardgoose 9 年之前
父節點
當前提交
3865a9de0b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/api/math/Box2.html
  2. 1 1
      docs/api/math/Box3.html

+ 1 - 1
docs/api/math/Box2.html

@@ -151,7 +151,7 @@
 		*offset* units in 2D space.
 		*offset* units in 2D space.
 		</div>
 		</div>
 
 
-		<h3>[method:Boolean empty]()</h3>
+		<h3>[method:Boolean isEmpty]()</h3>
 		<div>
 		<div>
 		Returns true if this box includes zero points within its bounds.</br>
 		Returns true if this box includes zero points within its bounds.</br>
 		Note that a box with equal lower and upper bounds still includes one point, the
 		Note that a box with equal lower and upper bounds still includes one point, the

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

@@ -159,7 +159,7 @@
 		*offset* units in 3D space.
 		*offset* units in 3D space.
 		</div>
 		</div>
 
 
-		<h3>[method:Boolean empty]()</h3>
+		<h3>[method:Boolean isEmpty]()</h3>
 		<div>
 		<div>
 		Returns true if this box includes zero points within its bounds.</br>
 		Returns true if this box includes zero points within its bounds.</br>
 		Note that a box with equal lower and upper bounds still includes one point, the
 		Note that a box with equal lower and upper bounds still includes one point, the