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