提交 87444c0b 编写于 作者: M Mugen87

Docs: Clean up

上级 49657a76
......@@ -244,15 +244,6 @@
Sets the upper and lower bounds of this box to include all of the data in [page:BufferAttribute attribute].
</p>
<h3>[method:Box3 setFromCenterAndSize]( [param:Vector3 center], [param:Vector3 size] )</h3>
<p>
[page:Vector3 center] - Desired center position of the box ([page:Vector3]). <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
in [page:Vector3 size].
</p>
<h3>[method:Box3 setFromCenterAndSize]( [param:Vector3 center], [param:Vector3 size] ) [param:Box3 this]</h3>
<p>
[page:Vector3 center], - Desired center position of the box. <br>
......
......@@ -34,7 +34,7 @@
<h3>[property:Boolean isBox3]</h3>
<p>
用于检测当前对象或者派生类对象是否是Box3。默认为 *true*。<br /><br />
不应该修改这个值,因为内部使用该属性做了优化的任务。
</p>
......@@ -57,7 +57,7 @@
<h3>[method:Box3 applyMatrix4]( [param:Matrix4 matrix] )</h3>
<p>
[page:Matrix4 matrix] - 要应用的 [page:Matrix4] <br /><br />
使用传入的矩阵变换Box3(包围盒8个顶点都会乘以这个变换矩阵)。
</p>
......@@ -219,7 +219,7 @@
[page:Vector3 min] - [page:Vector3] 表示下边界每个纬度(x,y,z)的值。<br />
[page:Vector3 max] - [page:Vector3] 表示上边界每个纬度(x,y,z)的值。<br /><br />
设置包围盒上下边界每个纬度(x,y,z)的值。
设置包围盒上下边界每个纬度(x,y,z)的值。
</p>
<h3>[method:Box3 setFromArray]( [param:Array array] ) [param:Box3 this]</h3>
......@@ -236,14 +236,6 @@
设置此包围盒的上边界和下边界,以包含 [page:BufferAttribute attribute] 中的所有位置数据。
</p>
<!-- <h3>[method:Box3 setFromCenterAndSize]( [param:Vector3 center], [param:Vector3 size] )</h3>
<p>
[page:Vector3 center] - 包围盒的中心位置 ([page:Vector3]). <br>
[page:Vector3 size] - 需要设置包围盒x,y,z的分量 ([page:Vector3]).<br /><br />
将包围盒的中心点设为 [page:Vector3 center] ,然后将包围盒的宽高设为指定的 [page:Vector3 size]。
</p>-->
<h3>[method:Box3 setFromCenterAndSize]( [param:Vector3 center], [param:Vector3 size] ) [param:Box3 this]</h3>
<p>
[page:Vector3 center], - 包围盒所要设置的中心位置。 <br>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册