Skip to content

Commit

Permalink
Merge pull request #20864 from mjurczyk/dev
Browse files Browse the repository at this point in the history
Docs: Fix links in Matrix4 page.
  • Loading branch information
mrdoob committed Dec 10, 2020
2 parents 13450c3 + 1f74b41 commit 5d504a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/math/Matrix3.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h3>[method:this fromArray]( [param:Array array], [param:Integer offset] )</h3>
[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major] format.
</p>

<h3>[method:this invert()]()</h3>
<h3>[method:this invert]()</h3>
<p>
Inverts this matrix, using the [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method].

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/math/Matrix4.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h3>[method:this fromArray]( [param:Array array], [param:Integer offset] )</h3>
[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major] format.
</p>

<h3>[method:this invert()]()</h3>
<h3>[method:this invert]()</h3>
<p>
Inverts this matrix, using the [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method].

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/math/Matrix3.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>[method:this fromArray]( [param:Array array], [param:Integer offset] )</h3>
使用基于列优先格式[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major]的数组来设置该矩阵。
</p>

<h3>[method:this invert()]()</h3>
<h3>[method:this invert]()</h3>
<p>
Inverts this matrix, using the [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method].

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/math/Matrix4.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3>[method:this fromArray]( [param:Array array], [param:Integer offset] )</h3>
使用基于列优先格式[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major]的数组来设置该矩阵。
</p>

<h3>[method:this invert()]()</h3>
<h3>[method:this invert]()</h3>
<p>
Inverts this matrix, using the [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method].

Expand Down

0 comments on commit 5d504a3

Please sign in to comment.