소스 검색

Merge pull request #11202 from EliasHasle/patch-3

Corrected typo in doc for Matrix4.extractBasis
Mr.doob 8 년 전
부모
커밋
acd8b05d02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/math/Matrix4.html

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

@@ -168,7 +168,7 @@ m, n, o, p
 		then the [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] will be set to:
 		<code>
 xAxis = (a, e, i)
-yAxis = (d, f, j)
+yAxis = (b, f, j)
 zAxis = (c, g, k)
 		</code>
 		</div>