未验证 提交 e739917e 编写于 作者: M Michael Herzog 提交者: GitHub

Docs: Clarify vector equal() methods. (#22446)

上级 e62b2530
......@@ -176,7 +176,7 @@
</p>
<h3>[method:Boolean equals]( [param:Vector2 v] )</h3>
<p>Checks for strict equality of this vector and [page:Vector2 v].</p>
<p>Returns *true* if the components of this vector and [page:Vector2 v] are strictly equal; *false* otherwise.</p>
<h3>[method:this floor]()</h3>
<p>The components of this vector are rounded down to the nearest integer value.</p>
......
......@@ -202,7 +202,7 @@
</p>
<h3>[method:Boolean equals]( [param:Vector3 v] )</h3>
<p>Checks for strict equality of this vector and [page:Vector3 v].</p>
<p>Returns *true* if the components of this vector and [page:Vector3 v] are strictly equal; *false* otherwise.</p>
<h3>[method:this floor]()</h3>
<p>The components of this vector are rounded down to the nearest integer value.</p>
......
......@@ -152,7 +152,7 @@
</p>
<h3>[method:Boolean equals]( [param:Vector4 v] )</h3>
<p>Checks for strict equality of this vector and [page:Vector4 v].</p>
<p>Returns *true* if the components of this vector and [page:Vector4 v] are strictly equal; *false* otherwise.</p>
<h3>[method:this floor]()</h3>
<p>The components of this vector are rounded down to the nearest integer value.</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册