浏览代码

fix typo in the doc: Matrix4#makeShear (#22059)

Akihiro Oyamada 4 年之前
父节点
当前提交
232e4e8fca
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      docs/api/en/math/Matrix4.html

+ 6 - 6
docs/api/en/math/Matrix4.html

@@ -319,12 +319,12 @@ x, 0, 0, 0,
 
 
 		<h3>[method:this makeShear]( [param:Float xy], [param:Float xz], [param:Float yx], [param:Float yz], [param:Float zx], [param:Float zy] )</h3>
 		<h3>[method:this makeShear]( [param:Float xy], [param:Float xz], [param:Float yx], [param:Float yz], [param:Float zx], [param:Float zy] )</h3>
 		<p>
 		<p>
-			[page:Float x] - the amount to shear X by Y.<br />
-			[page:Float x] - the amount to shear X by Z.<br />
-			[page:Float x] - the amount to shear Y by X.<br />
-			[page:Float x] - the amount to shear Y by Z.<br />
-			[page:Float y] - the amount to shear Z by X.<br />
-			[page:Float z] - the amount to shear Z by Y.<br /><br />
+			[page:Float xy] - the amount to shear X by Y.<br />
+			[page:Float xz] - the amount to shear X by Z.<br />
+			[page:Float yx] - the amount to shear Y by X.<br />
+			[page:Float yz] - the amount to shear Y by Z.<br />
+			[page:Float zx] - the amount to shear Z by X.<br />
+			[page:Float zy] - the amount to shear Z by Y.<br /><br />
 
 
 		Sets this matrix as a shear transform:
 		Sets this matrix as a shear transform:
 <code>
 <code>