提交 5b8bc69b 编写于 作者: M moraxy

Fix broken tags in docs

上级 697505d2
......@@ -98,7 +98,7 @@
<div>
[page:Matrix4 matrix] - [page:Matrix4] used to set the [page:.planes planes]<br /><br />
This is used by the [page:WebGLRenderer] to set up the Frustum from a [page:Camera Camera's]
This is used by the [page:WebGLRenderer] to set up the Frustum from a [page:Camera Camera]'s
[page:Camera.projectionMatrix projectionMatrix] and [page:Camera.matrixWorldInverse matrixWorldInverse].
</div>
......
......@@ -231,13 +231,13 @@ var d = a.dot( b );
<h3>[method:Vector4 max]( [page:Vector4 v] )</h3>
<div>
If this vector's x, y, z or w value is less than [page:Vector4 v's] x, y, z or w value, replace
If this vector's x, y, z or w value is less than [page:Vector4 v]'s x, y, z or w value, replace
that value with the corresponding max value.
</div>
<h3>[method:Vector4 min]( [page:Vector4 v] )</h3>
<div>
If this vector's x, y, z or w value is greater than [page:Vector4 v's] x, y, z or w value, replace
If this vector's x, y, z or w value is greater than [page:Vector4 v]'s x, y, z or w value, replace
that value with the corresponding min value.
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册