Skip to content

Commit

Permalink
Docs: Clean up. (#23437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Feb 6, 2022
1 parent 481c307 commit 0332893
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions docs/api/en/math/Vector2.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ <h3>[method:this divide]( [param:Vector2 v] )</h3>

<h3>[method:this divideScalar]( [param:Float s] )</h3>
<p>
Divides this vector by scalar [page:Float s].<br />
Sets vector to *( 0, 0 )* if [page:Float s] = 0.
Divides this vector by scalar [page:Float s].
</p>

<h3>[method:Float dot]( [param:Vector2 v] )</h3>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/en/math/Vector3.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ <h3>[method:this divide]( [param:Vector3 v] )</h3>

<h3>[method:this divideScalar]( [param:Float s] )</h3>
<p>
Divides this vector by scalar [page:Float s].<br />
Sets vector to *( 0, 0, 0 )* if *[page:Float s] = 0*.
Divides this vector by scalar [page:Float s].
</p>

<h3>[method:Float dot]( [param:Vector3 v] )</h3>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/en/math/Vector4.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ <h3>[method:this copy]( [param:Vector4 v] )</h3>

<h3>[method:this divideScalar]( [param:Float s] )</h3>
<p>
Divides this vector by scalar [page:Float s].<br />
Sets vector to *( 0, 0, 0, 0 )* if *[page:Float s] = 0*.
Divides this vector by scalar [page:Float s].
</p>

<h3>[method:Float dot]( [param:Vector4 v] )</h3>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/zh/math/Vector2.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ <h3>[method:this divide]( [param:Vector2 v] )</h3>

<h3>[method:this divideScalar]( [param:Float s] )</h3>
<p>
将该向量除以标量[page:Float s]。<br />
如果传入的[page:Float s] = 0,则向量将被设置为*( 0, 0 )*。
将该向量除以标量[page:Float s]。
</p>

<h3>[method:Float dot]( [param:Vector2 v] )</h3>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/zh/math/Vector3.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ <h3>[method:this divide]( [param:Vector3 v] )</h3>

<h3>[method:this divideScalar]( [param:Float s] )</h3>
<p>
将该向量除以标量[page:Float s]。<br />
如果传入的[page:Float s] = 0,则向量将被设置为*( 0, 0, 0 )*。
将该向量除以标量[page:Float s]。
</p>

<h3>[method:Float dot]( [param:Vector3 v] )</h3>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/zh/math/Vector4.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ <h3>[method:this copy]( [param:Vector4 v] )</h3>

<h3>[method:this divideScalar]( [param:Float s] )</h3>
<p>
将该向量除以标量[page:Float s]。<br />
如果传入的[page:Float s] = 0,则向量将被设置为*( 0, 0, 0, 0 )*。
将该向量除以标量[page:Float s]。
</p>

<h3>[method:Float dot]( [param:Vector4 v] )</h3>
Expand Down

0 comments on commit 0332893

Please sign in to comment.