瀏覽代碼

Fix typos of `yAxis` parameter in the Matrix4 documentation.

Lucas Garron 10 年之前
父節點
當前提交
f8ea5a063d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/math/Matrix4.html

+ 2 - 2
docs/api/math/Matrix4.html

@@ -71,12 +71,12 @@
 		Copies the translation component of the supplied matrix *m* into this matrix translation component.
 		Copies the translation component of the supplied matrix *m* into this matrix translation component.
 		</div>
 		</div>
 
 
-		<h3>[method:Matrix4 makeBasis]( [page:Vector3 xAxis], [page:Vector3 zAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]</h3>
+		<h3>[method:Matrix4 makeBasis]( [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]</h3>
 		<div>
 		<div>
 		Creates the basis matrix consisting of the three provided axis vectors.  Returns the current matrix.
 		Creates the basis matrix consisting of the three provided axis vectors.  Returns the current matrix.
 		</div>
 		</div>
 
 
-		<h3>[method:Matrix4 extractBasis]( [page:Vector3 xAxis], [page:Vector3 zAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]</h3>
+		<h3>[method:Matrix4 extractBasis]( [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]</h3>
 		<div>
 		<div>
 		Extracts basis of into the three axis vectors provided.  Returns the current matrix.
 		Extracts basis of into the three axis vectors provided.  Returns the current matrix.
 		</div>
 		</div>