浏览代码

Fix what must have been a c/p error.

Jorge Rodriguez 9 年之前
父节点
当前提交
cdc12e4c8b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/api/math/Matrix4.html

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

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html lang="en">
 <html lang="en">
 	<head>
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../" />
 		<base href="../../" />
 		<script src="list.js"></script>
 		<script src="list.js"></script>
 		<script src="page.js"></script>
 		<script src="page.js"></script>
@@ -72,12 +72,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>