Browse Source

Merge pull request #12249 from NeilGatenby/patch-2

Fix typo in Box3.html
Mr.doob 7 years ago
parent
commit
163292ba78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/math/Box3.html

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

@@ -244,7 +244,7 @@
 		<h3>[method:Box3 setFromCenterAndSize]( [page:Vector3 center], [page:Vector3 size] )</h3>
 		<h3>[method:Box3 setFromCenterAndSize]( [page:Vector3 center], [page:Vector3 size] )</h3>
 		<div>
 		<div>
 		[page:Vector3 center] - Desired center position of the box ([page:Vector3]). <br>
 		[page:Vector3 center] - Desired center position of the box ([page:Vector3]). <br>
-		[page:Vector3 size] - Desired x and y dimensions of the box ([page:Vector3]).<br /><br />
+		[page:Vector3 size] - Desired x, y and z dimensions of the box ([page:Vector3]).<br /><br />
 
 
 		Centers this box on [page:Vector3 center] and sets this box's width and height to the values specified
 		Centers this box on [page:Vector3 center] and sets this box's width and height to the values specified
 		in [page:Vector3 size].
 		in [page:Vector3 size].